1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00

Fix a typo in install.rst

This commit is contained in:
Wan Liuyang 2017-09-15 14:49:06 +08:00 committed by GitHub
parent 1d1654c16c
commit cba74be503

View File

@ -98,7 +98,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 libpango1.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 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):