From 7aba9580b66dd489c5544c2a970c62a3a464d89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Fri, 19 Jan 2024 14:23:35 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```