-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (19 loc) · 1014 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Requirements: Python >=3.4, Kivy >= 1.9.1, gmusicapi >= 9.0.0
On Ubuntu/Kubuntu (for python3.5):
wget https://bootstrap.pypa.io/get-pip.py
sudo python3.5 get-pip.py
sudo add-apt-repository ppa:kivy-team/kivy
sudo apt-get update
sudo apt-get install python3-kivy libffi-dev python3.5-dev libssl-dev
sudo pip3.5 install gmusicapi
On Windows (you need Python3.4 because Kivy doesn't support Python3.5 yet!):
Directions taken from: https://kivy.org/docs/installation/installation-windows.html
To ensure python is installed, open the Command line and make sure python is available by typing python --version. Then, do the following to install.
Ensure you have the latest pip and wheel:
python -m pip install --upgrade pip wheel setuptools
Install the dependencies:
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew --extra-index-url https://kivy.org/downloads/packages/simple/
Install kivy:
python -m pip install kivy
Finally install gmusicapi
python -m pip install gmusicapi