From fe7ceda6872c9bbc23a076e48f54235b66e01bc8 Mon Sep 17 00:00:00 2001 From: Jonathan Barratt Date: Sun, 24 Oct 2021 03:53:05 +0700 Subject: [PATCH] Revert "Use archive url of librespot-python instead of git url" This reverts commit c74dd604118d22fd2b67f0e1757f9e996b7859b3. --- README.md | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ce92bf..0363279 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Binaries - Python 3.8 or greater - ffmpeg* +- Git** Python packages: @@ -24,6 +25,8 @@ Python packages: ``` \*ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries from [ffmpeg.org](https://ffmpeg.org) and placing them in your %PATH% in Windows. + +\*\*Git can be installed via apt for Debian-based distros or by downloading the binaries from [git-scm.com](https://git-scm.com/download/win) for Windows. ``` Command line usage: python zspotify.py Loads search prompt to find then download a specific track, album or playlist diff --git a/requirements.txt b/requirements.txt index 0c1738b..5afa986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -https://github.com/kokarare1212/librespot-python/archive/main.zip +git+https://github.com/kokarare1212/librespot-python music_tag pydub Pillow