diff --git a/README.md b/README.md index 0363279..5ce92bf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ Binaries - Python 3.8 or greater - ffmpeg* -- Git** Python packages: @@ -25,8 +24,6 @@ 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 5afa986..0c1738b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/kokarare1212/librespot-python +https://github.com/kokarare1212/librespot-python/archive/main.zip music_tag pydub Pillow