Changeset 99cecda


Ignore:
Timestamp:
Oct 10, 2024, 7:50:25 AM (5 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
0239940
Parents:
68bd6d0
Message:

More README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r68bd6d0 r99cecda  
    22
    33Public Domain (CC0) software for managing cinema clubs in group chats.
     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 TracChangeset for help on using the changeset viewer.