Changed pip install line to code block.

This commit is contained in:
Shaurita D. Hutchins
2018-09-21 11:13:14 -05:00
committed by GitHub
parent c5bb9452b2
commit b6a40eb45d

View File

@@ -22,14 +22,16 @@ Below is how your music library will look!
:heavy_exclamation_mark: **This tool works only with Python 3.**
`pip install spotdl`
Python 2 compatibility was dropped because of the way it deals with unicode (2020 is coming soon too).
If you still need to use Python 2 - check out the (outdated)
[python2](https://github.com/ritiek/spotify-downloader/tree/python2) branch.
spotify-downloader works with all major distributions and even on low-powered devices such as a Raspberry Pi.
```
$ pip3 install spotdl
```
Check out the [Installation](https://github.com/ritiek/spotify-downloader/wiki/Installation) wiki page
for OS-specific instructions to get spotify-downloader working on your system.