diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:50:25 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:50:25 +0400 |
commit | 99cecda187cf48ef8dada013ed7320e3124e0181 (patch) | |
tree | 217fc53067f2d7e7058684c29ce53af0490b53e4 /README | |
parent | 68bd6d0fa2faef59af5f88f976b425ca2e378cfd (diff) |
More README
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 |