README: clarify installation instructions

This commit is contained in:
Matteo Cypriani 2018-10-14 16:54:51 +02:00
parent 007d04dd16
commit 0995d580c9
1 changed files with 5 additions and 4 deletions

View File

@ -52,16 +52,17 @@ Installing
The Python way
--------------
pip3 install gcp
Note that you should have the following packages installed so that pip can
complete the installation (Debian packages names, but you get the idea):
First, install the following packages on your system (these Debian packages
names, they may be different on other distros/systems):
- libdbus-1-dev
- libdbus-glib-1-dev
- libgirepository1.0-dev
- libcairo2-dev
- python3-cairo-dev
Then install gcp with pip:
pip3 install gcp
On Debian-based systems
-----------------------