From 67d5766cde1d30efccc26ca864ae9c5aef189951 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 24 Sep 2017 10:31:07 -0700 Subject: [PATCH] README: remove expiringdict install note 1.1.4 has since been released, fixing installation via pip [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f79533..1d6ee8a 100644 --- a/README.md +++ b/README.md @@ -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`