mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 15:39:21 +01:00
INSTALL.md: mention pip install -r requirements.txt
This commit is contained in:
parent
63901e0fa4
commit
33870b95d9
@ -21,6 +21,14 @@ extra features you may want. (Order by decreasing estimated usefulness)
|
||||
[python-dateutil]:https://pypi.python.org/pypi/python-dateutil
|
||||
[python-gnupg]:https://pypi.python.org/pypi/python-gnupg
|
||||
|
||||
To install them, run
|
||||
|
||||
```pip install -r requirements.txt```
|
||||
|
||||
or if you don't have or want to use root,
|
||||
|
||||
````pip --install-option=--prefix=$HOME/.local install -r requirements.txt```
|
||||
|
||||
For more information and help on how to use Supybot, checkout
|
||||
the documents under [docs/], especially [GETTING_STARTED] and
|
||||
[CONFIGURATION] .
|
||||
|
Loading…
Reference in New Issue
Block a user