mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-18 07:32:49 +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-dateutil]:https://pypi.python.org/pypi/python-dateutil
|
||||||
[python-gnupg]:https://pypi.python.org/pypi/python-gnupg
|
[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
|
For more information and help on how to use Supybot, checkout
|
||||||
the documents under [docs/], especially [GETTING_STARTED] and
|
the documents under [docs/], especially [GETTING_STARTED] and
|
||||||
[CONFIGURATION] .
|
[CONFIGURATION] .
|
||||||
|
Loading…
Reference in New Issue
Block a user