summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Kirillov <w96k@runbox.com>2024-10-10 07:50:25 +0400
committerMikhail Kirillov <w96k@runbox.com>2024-10-10 07:50:25 +0400
commit99cecda187cf48ef8dada013ed7320e3124e0181 (patch)
tree217fc53067f2d7e7058684c29ce53af0490b53e4
parent68bd6d0fa2faef59af5f88f976b425ca2e378cfd (diff)
More README
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 587c45e..3f8f0f2 100644
--- a/README
+++ b/README
@@ -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