From b6377d3e2ac2a04556de671e0341410bad977dab Mon Sep 17 00:00:00 2001 From: Clarth Date: Mon, 13 Nov 2023 22:50:04 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`