summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to '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