Update 'README.md'
This commit is contained in:
parent
9fd80a272d
commit
24afe843ae
|
@ -1,12 +1,17 @@
|
||||||
1. Create a working dir
|
1. Create a working dir
|
||||||
|
|
||||||
`mkdir /absolute/path/to/`
|
`mkdir /absolute/path/to/`
|
||||||
3. Create a python virtual environment
|
3. Create a python virtual environment
|
||||||
|
|
||||||
`python3 -m venv /absolute/path/to/venv`
|
`python3 -m venv /absolute/path/to/venv`
|
||||||
5. Install depends in venv
|
5. Install depends in venv
|
||||||
|
|
||||||
`/absolute/path/to/venv/bin/pip install spotdl`
|
`/absolute/path/to/venv/bin/pip install spotdl`
|
||||||
`/absolute/path/to/venv/bin/pip install python-telegram-bot`
|
`/absolute/path/to/venv/bin/pip install python-telegram-bot`
|
||||||
|
|
||||||
script was written with version 4.14.0
|
script was written with version 4.14.0
|
||||||
`/absolute/path/to/venv/bin/pip install python-telegram-bot==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
|
6. Edit start.py with correct telegram API token and change directories
|
||||||
|
|
||||||
start the script
|
start the script
|
||||||
|
|
Loading…
Reference in New Issue