diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ python-cinema-club-bot Public Domain (CC0) software for managing cinema clubs in group chats. + +Install python itself: +sudo apt install python3 python-is-python3 + +You can install dependencies on Debian-based systems using apt and pip: + +export PYTHONUSERBASE=~/.local +pip install --user --break-system-packages -r requirements.txt + +python main.py +# or for background run +nohup python main.py |