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