Skip to content

Commit a2676fe

Browse files
authored
Add more details to plugin installation doc (inventree#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
1 parent 79c43be commit a2676fe

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

11.8 KB
Loading
3.91 KB
Loading

docs/docs/plugins/install.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,16 @@ Admin users can install plugins directly from the web interface, via the "Plugin
6565

6666
{{ image("plugin/plugin_install_web.png", "Install plugin via web interface") }}
6767

68+
Enter the package name into the form as shown below. You can add a path and a version. Leave
69+
the version field empty for the latest version. In case the package is on pypi the path can
70+
be omitted. Pip will find it automatically.
71+
72+
{{ image("plugin/plugin_install_git.png", "Install plugin from git") }}
73+
6874
!!! success "Plugin File"
69-
A plugin installed via the web interface is added to the [plugins.txt](#plugin-installation-file-pip) plugin file.
75+
A plugin installed via the web interface is added to the [plugins.txt](#plugin-installation-file-pip) plugin file as shown below.
76+
77+
{{ image("plugin/plugin_install_txt.png", "Plugin.txt file") }}
7078

7179
#### Local Directory
7280

0 commit comments

Comments
 (0)