plugin_distribution: Explain how to install with pip from a git subdir

This commit is contained in:
Valentin Lorentz 2021-03-11 21:18:00 +01:00
parent 7e289290f3
commit 25847931cf

View File

@ -179,3 +179,7 @@ Alternatively, if you don't want to publish on PyPI, they can still
use pip to install directly from your repository, for example::
sudo pip3 install git+https://example.org/~jdoe/YourPlugin.git
Or, if you use a single repository for multiple plugins::
sudo pip3 install "git+https://example.org/~jdoe/Supybot-plugins.git#egg=limnoria-yourplugin&subdirectory=YourPlugin"