From 24afe843ae24c84f50ff67e5060b18a78d5b6e5f Mon Sep 17 00:00:00 2001 From: Clarth Date: Mon, 13 Nov 2023 22:49:36 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 02512ff..7697fb0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ 1. Create a working dir + `mkdir /absolute/path/to/` 3. Create a python virtual environment + `python3 -m venv /absolute/path/to/venv` 5. Install depends in venv + `/absolute/path/to/venv/bin/pip install spotdl` `/absolute/path/to/venv/bin/pip install python-telegram-bot` + script was written with version 4.14.0 `/absolute/path/to/venv/bin/pip install python-telegram-bot==4.14.0` + 6. Edit start.py with correct telegram API token and change directories start the script