From b2dcbd83687ff15436718384799813d340b5c90f Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Wed, 20 Jun 2018 17:25:41 +0200 Subject: [PATCH] README: add Installing --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 1510e72..161d387 100644 --- a/README.md +++ b/README.md @@ -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? ==============