mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-05 14:59:49 +00:00
plugin_distribution: Explain how to install with pip from a git subdir
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user