Changeset 99cecda in python-cinema-club-bot
- Timestamp:
- Oct 10, 2024, 7:50:25 AM (5 weeks ago)
- Branches:
- master
- Children:
- 0239940
- Parents:
- 68bd6d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r68bd6d0 r99cecda 2 2 3 3 Public Domain (CC0) software for managing cinema clubs in group chats. 4 5 Install python itself: 6 sudo apt install python3 python-is-python3 7 8 You can install dependencies on Debian-based systems using apt and pip: 9 10 export PYTHONUSERBASE=~/.local 11 pip install --user --break-system-packages -r requirements.txt 12 13 python main.py 14 # or for background run 15 nohup python main.py
Note:
See TracChangeset
for help on using the changeset viewer.