Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ubuntu prebuilt installation instructions #159

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down