From 7a1a857ab4d497e75dd70b1a8d1c756e0c2387af Mon Sep 17 00:00:00 2001 From: b3yond Date: Sat, 30 Dec 2017 01:17:13 +0100 Subject: [PATCH] added documentation -> python3 #7 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb3c28b..9796b2b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Create and activate virtualenv: ```shell $ sudo apt install python virtualenv -$ virtualenv -p python2 . +$ virtualenv -p python3 . $ . bin/activate ``` @@ -52,7 +52,7 @@ To keep the bots running when you are logged out of the shell, you can use scree sudo apt-get install screen echo "if [ -z "$STY" ]; then screen -RR; fi" >> ~/.bash_login screen -python ticketfrei.py +python3 ticketfrei.py ``` To log out of the screen session, press "ctrl+a", and then "d". @@ -81,4 +81,4 @@ Desktop/pycharm-community-2017.1.4/bin/pycharm.sh - [x] put shutdown contact in ticketfrei.cfg - [x] document what you have to configure if you setup the bot in another city - [ ] write a script to setup the bot easily. ask the admin for the necessary information -- [ ] ongoing: solve issues \ No newline at end of file +- [ ] ongoing: solve issues