From d25fee30fa23293e9ed1b8e993c7aa9bbb7d2a56 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Tue, 30 Apr 2019 16:39:37 -0400 Subject: [PATCH] Update README.md --- Tweety/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Tweety/README.md b/Tweety/README.md index bfa1794..d80c1b7 100644 --- a/Tweety/README.md +++ b/Tweety/README.md @@ -20,17 +20,15 @@ ProgVal's version that I linked to above. You will need a working Limnoria bot on Python 2.7 for this to work. -Go into your Limnoria plugin dir, usually ~/supybot/plugins and run: - ``` -git https://github.com/oddluck/limnoria-plugins.git -cd limnoria-plugins -mv Tweety /your/bot/plugin/directroy +load plugindownloader +install oddluck Tweety ``` To install additional requirements, run: ``` +cd /your/bot/plugin/directory/Tweety pip install -r requirements.txt ```