Update README.md

Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
Abdulkadir Furkan Şanlı 2024-01-19 14:23:35 +01:00
parent 8209d36d7e
commit 7aba9580b6
Signed by: afk
SSH Key Fingerprint: SHA256:s1hULLl4YWdqU501MUfGe1CAG/m1pf9Cs6vFsqeTNHk

View File

@ -8,7 +8,7 @@ generates weekly playlists from them.
1. Clone the repo 1. Clone the repo
2. Install the dependencies, preferably in a venv: 2. Install the dependencies, preferably in a venv:
```shell ```shell
python -m venv venv python3 -m venv venv
source ./venv/bin/activate source ./venv/bin/activate
pip3 install -r requirements.txt pip3 install -r requirements.txt
``` ```