README: replace 'pip' commands with 'pip3'

Whipper is Python 3 only since version 0.9.0.

Related to #457.

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2020-01-29 08:37:55 +00:00
parent b39345e1f0
commit 5eac141b53

View File

@@ -156,14 +156,14 @@ Some dependencies aren't available in the PyPI. They can be probably installed u
PyPI installable dependencies are listed in the [requirements.txt](https://github.com/whipper-team/whipper/blob/master/requirements.txt) file and can be installed issuing the following command:
`pip install -r requirements.txt`
`pip3 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`
`pip3 install Pillow`
### Fetching the source code