From 0995d580c97d881d2a715af4addaa2a1a4c40be6 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Sun, 14 Oct 2018 16:54:51 +0200 Subject: [PATCH] README: clarify installation instructions --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cef942..3af1e52 100644 --- a/README.md +++ b/README.md @@ -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 -----------------------