2
0
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:
Michael
2025-12-20 22:35:22 +01:00
committed by GitHub
parent 79c43be4f1
commit a2676feeeb
3 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -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