Update 'README.md'

This commit is contained in:
Clarth 2023-11-13 22:50:04 -05:00
parent 24afe843ae
commit b6377d3e2a
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
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`