diff --git a/source/install.txt b/source/install.txt index 1cde610..f5aea2f 100644 --- a/source/install.txt +++ b/source/install.txt @@ -24,6 +24,16 @@ distributions. So, if you use Linux, you can probably get started by installing the package from the official repository for your distribution. +Ubuntu (19.04) +~~~~~~~~~~~~~~ +Install prerequisite packages:: + + $ sudo apt install libcairo2-dev libgirepository1.0-dev + +Install PyGObject. (If you are using a virtual environment, switch to it first.) Install from Pip:: + + $ pip install pygobject + Installing From Source ---------------------- The easiest way to install PyGObject from source is using `JHBuild`_. It is