3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-17 14:01:03 +01:00

README: update list of optional dependencies (#445)

This commit is contained in:
James Lu 2019-05-13 17:07:29 +08:00
parent ec379a6e81
commit 26fa5d38a2

View File

@ -43,9 +43,9 @@ If you are a developer and want to help make PyLink more portable, patches are w
* Setuptools (`pip3 install setuptools`)
* PyYAML (`pip3 install pyyaml`)
* ircmatch (`pip3 install ircmatch`)
* *For password encryption*: Passlib (`pip3 install passlib`)
* *For better PID file tracking (i.e. removing stale PID files in the case of a crash)*: psutil (`pip3 install psutil`)
* *For the servprotect plugin*: expiringdict (`pip3 install expiringdict`)
* *For hashed password support*: Passlib (`pip3 install passlib`)
* *For better PID file tracking (i.e. removing stale PID files after a crash)*: psutil (`pip3 install psutil`)
* *For the servprotect plugin*: cachetools (`pip3 install cachetools`)
2) Clone the repository: `git clone https://github.com/jlu5/PyLink && cd PyLink`