3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00

README: remove expiringdict install note

1.1.4 has since been released, fixing installation via pip
[skip ci]
This commit is contained in:
James Lu 2017-09-24 10:31:07 -07:00 committed by GitHub
parent ae02a9ba4f
commit 67d5766cde

View File

@ -36,7 +36,7 @@ You can also find support via our IRC channels: `#PyLink @ irc.overdrivenetworks
* PyYAML (`pip3 install pyyaml`)
* ircmatch (`pip3 install ircmatch`)
* *For password encryption*: Passlib (`pip3 install passlib`)
* *For the servprotect plugin*: expiringdict (install this from [source](https://github.com/mailgun/expiringdict); installation is broken in pip due to [mailgun/expiringdict#13](https://github.com/mailgun/expiringdict/issues/13))
* *For the servprotect plugin*: expiringdict (`pip3 install expiringdict`)
2) Clone the repository: `git clone https://github.com/GLolol/PyLink && cd PyLink`