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:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user