diff --git a/README.md b/README.md index 5226db7..a521ed3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ generates weekly playlists from them. 1. Clone the repo 2. Install the dependencies, preferably in a venv: ```shell - python -m venv venv + python3 -m venv venv source ./venv/bin/activate pip3 install -r requirements.txt ```