diff --git a/README.md b/README.md index cf9745b..0323ae1 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,21 @@ # Set Up Guide -1. Create a python virtual environment +1. Install cups + +`sudo apt install cups` + +2. Create a python virtual environment `python3 -m venv /absolute/path/to/venv` -2. Install depends in venv +3. Install depends in venv `/absolute/path/to/venv/bin/pip3 install pyTelegramBotAPI` or `/absolute/path/to/venv/bin/pip install pyTelegramBotAPI==4.14.0` -3. Edit tg_print.py with correct telegram API token and change directories variables. +4. Edit tg_print.py with correct telegram API token and change directories variables. -4. Start the script +5. Start the script `/absolute/path/to/venv/bin/python tg_print.py`