From e0aa49b87829bfc17e28920eaa0f7b875226dcdc Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 21 Jan 2018 15:06:30 +0100 Subject: [PATCH] Fix typo in dependencies for Ubuntu/Debian Fix #563. --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index baac33e4..d0c18e01 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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):