mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-22 20:23:27 +00:00
Add more details to plugin installation doc (#11053)
* change screenshot for plugin install to PUI * Correct location of gunicorn config in docs * Add more details to plugin installation doc * remove unused file
This commit is contained in:
BIN
docs/docs/assets/images/plugin/plugin_install_git.png
Normal file
BIN
docs/docs/assets/images/plugin/plugin_install_git.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
docs/docs/assets/images/plugin/plugin_install_txt.png
Normal file
BIN
docs/docs/assets/images/plugin/plugin_install_txt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -65,8 +65,16 @@ Admin users can install plugins directly from the web interface, via the "Plugin
|
||||
|
||||
{{ image("plugin/plugin_install_web.png", "Install plugin via web interface") }}
|
||||
|
||||
Enter the package name into the form as shown below. You can add a path and a version. Leave
|
||||
the version field empty for the latest version. In case the package is on pypi the path can
|
||||
be omitted. Pip will find it automatically.
|
||||
|
||||
{{ image("plugin/plugin_install_git.png", "Install plugin from git") }}
|
||||
|
||||
!!! success "Plugin File"
|
||||
A plugin installed via the web interface is added to the [plugins.txt](#plugin-installation-file-pip) plugin file.
|
||||
A plugin installed via the web interface is added to the [plugins.txt](#plugin-installation-file-pip) plugin file as shown below.
|
||||
|
||||
{{ image("plugin/plugin_install_txt.png", "Plugin.txt file") }}
|
||||
|
||||
#### Local Directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user