mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Update README.md to include a note about pip2/3
This commit is contained in:
@@ -48,6 +48,8 @@ cd spotify-downloader
|
||||
pip install -U -r requirements.txt
|
||||
```
|
||||
|
||||
Important: if you have installed both Python 2 and 3, the `pip` command could invoke an installation for Python 2. To see which Python version `pip` refers to, try `pip -V`. If it turns out `pip` is your Python 2 pip, try `pip3 install -U -r requirements.txt` instead.
|
||||
|
||||
You'll also need to install FFmpeg for conversion (use `--avconv` if you'd like to use that instead):
|
||||
|
||||
Linux: `sudo apt-get install ffmpeg`
|
||||
|
||||
Reference in New Issue
Block a user