From bc093a172e353b36400ffec6c94fe9e5c42d04a6 Mon Sep 17 00:00:00 2001 From: Footsiefat <12180913+Footsiefat@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:00:41 +1300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 883f170b..01e5d773 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ Spotify song downloader without injecting into the windows client ![image](https://user-images.githubusercontent.com/12180913/137086248-371a3d81-75b3-4d75-a90c-966549c45745.png) ``` sudo apt install ffmpeg (For windows download the binarys and place it in %PATH%) -pip music_tag -pip pydub +pip install requests +pip install music_tag +pip install pydub pip install git+https://github.com/kokarare1212/librespot-python ```