You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Requirements
7
7
8
8
Python 2.7 or Python 3.3+
9
9
10
-
See requirements.txt for required python packages.
10
+
See requirements.txt for required python packages. They will be automatically installed when you install via pip.
11
11
12
-
You will need a Spotify Premium account.
12
+
You will need a Spotify Premium account and a Spotify username (if you signed up via Facebook you can `follow the instructions here <https://community.spotify.com/t5/Help-Accounts-and-Subscriptions/How-do-i-find-my-username-when-using-Facebook-login/td-p/859795>`_ to get your username).
13
13
14
14
You will need libspotify, libffi-dev and libasound2-dev installed.
15
15
16
-
Use your distribution's package manager for libffi-dev and libasound2-dev.
16
+
Use your distribution's package manager for libffi-dev and libasound2-dev (f.x. :code:`apt-get install libffi-dev libasound2-dev`).
17
17
18
18
To install libspotify, see `Pyspotify installation <https://pyspotify.mopidy.com/en/latest/installation/#install-from-source>`_. (It's also available in the `AUR <https://aur.archlinux.org/packages/libspotify/>`_).
19
19
@@ -34,10 +34,7 @@ Development
34
34
1. Create a virtualenv (python 2.7 or python 3.3+)
0 commit comments