From 4ca6b827610f2aa92433c9e571bacd8cfea9b731 Mon Sep 17 00:00:00 2001 From: Clarth Date: Tue, 14 Nov 2023 17:39:16 -0500 Subject: [PATCH] Update README.md added the need to have cups installed --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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`