README: add Installing

This commit is contained in:
Matteo Cypriani 2018-06-20 17:25:41 +02:00
parent c86dae222a
commit b2dcbd8368
1 changed files with 21 additions and 0 deletions

View File

@ -45,6 +45,27 @@ functionalities such as:
risks!
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):
- libdbus-1-dev
- libdbus-glib-1-dev
- libgirepository1.0-dev
- libcairo2-dev
On Debian-based systems
-----------------------
apt install gcp
How to use it?
==============