diff --git a/README.md b/README.md index 7697fb0..656a9bb 100644 --- a/README.md +++ b/README.md @@ -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`