source: python-cinema-club-bot/README@ ac7b16a

Last change on this file since ac7b16a was 99cecda, checked in by Mikhail Kirillov <w96k@…>, on Oct 10, 2024 at 7:50:25 AM

More README

  • Property mode set to 100644
File size: 391 bytes
RevLine 
[ca5a97e]1python-cinema-club-bot
2
3Public Domain (CC0) software for managing cinema clubs in group chats.
[99cecda]4
5Install python itself:
6sudo apt install python3 python-is-python3
7
8You can install dependencies on Debian-based systems using apt and pip:
9
10export PYTHONUSERBASE=~/.local
11pip install --user --break-system-packages -r requirements.txt
12
13python main.py
14# or for background run
15nohup python main.py
Note: See TracBrowser for help on using the repository browser.