Update 'README.md'
This commit is contained in:
parent
24afe843ae
commit
b6377d3e2a
|
@ -1,9 +1,11 @@
|
||||||
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`
|
||||||
|
|
Loading…
Reference in New Issue