From 99cecda187cf48ef8dada013ed7320e3124e0181 Mon Sep 17 00:00:00 2001 From: Mikhail Kirillov Date: Thu, 10 Oct 2024 07:50:25 +0400 Subject: More README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3