Update README.md

This commit is contained in:
Gordon Shumway 2019-04-30 16:39:37 -04:00 committed by GitHub
parent 90f91100bf
commit d25fee30fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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
```