mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-02-19 15:00:38 +01:00
plugin_distribution: Explain how to install with pip from a git subdir
This commit is contained in:
parent
7e289290f3
commit
25847931cf
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user