Merge pull request #80 from reduxionist/fix/gitless-install-does-not-install-librespot-dependencies

Revert "Use archive url of librespot-python instead of git url"
This commit is contained in:
Footsiefat 2021-10-24 10:20:49 +13:00 committed by GitHub
commit 93b4c4791d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
https://github.com/kokarare1212/librespot-python/archive/main.zip
git+https://github.com/kokarare1212/librespot-python
music_tag
pydub
Pillow