Update README, dependencies and supporting files for cover art feature

Signed-off-by: ABCbum <kimlong221002@gmail.com>
Co-authored-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
ABCbum
2019-12-23 23:08:28 +07:00
committed by JoeLametta
parent f61214a238
commit 8181cacca5
4 changed files with 12 additions and 1 deletions

View File

@@ -155,6 +155,13 @@ PyPI installable dependencies are listed in the [requirements.txt](https://githu
`pip install -r requirements.txt`
### Optional dependencies
- [pillow](https://pypi.org/project/Pillow/), for completely supporting the cover art feature (`embed` and `complete` option values won't work otherwise).
This dependency isn't listed in the `requirements.txt`, to install it just issue the following command:
`pip install Pillow`
### Fetching the source code
Change to a directory where you want to put whipper source code (for example, `$HOME/dev/ext` or `$HOME/prefix/src`)