Fix typo in dependencies for Ubuntu/Debian

Fix #563.
This commit is contained in:
Guillaume Ayoub 2018-01-21 15:06:30 +01:00
parent 31520990ac
commit e0aa49b878
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Debian 9.0 Stretch or newer, Ubuntu 16.04 Xenial or newer:
.. code-block:: sh
sudo apt-get install build-essential python3-dev python3-pip python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0.0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
sudo apt-get install build-essential python3-dev python3-pip python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
Debian 8.0 Jessie or newer, Ubuntu 14.04 Trusty or newer (with Python 2, but Python 3 may work):