From 4aa4846527cfcfc905f3ffc0bcf3d6c5df32505e Mon Sep 17 00:00:00 2001 From: b3yond Date: Sat, 30 Dec 2017 01:21:57 +0100 Subject: [PATCH] optimized install docs --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9796b2b..c507ecb 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ First you need to install python and virtualenv with your favourite package mana Create and activate virtualenv: ```shell -$ sudo apt install python virtualenv -$ virtualenv -p python3 . -$ . bin/activate +sudo apt install python virtualenv +virtualenv -p python3 . +. bin/activate ``` Install the dependencies: ```shell -$ pip install python-twitter pytoml requests Mastodon.py +pip install tweepy pytoml requests Mastodon.py ``` Configure the bot: ```shell -$ cp ticketfrei.cfg.example ticketfrei.cfg -$ vim ticketfrei.cfg +cp ticketfrei.cfg.example ticketfrei.cfg +vim ticketfrei.cfg ``` Edit the account credentials, so your bot can use your accounts.