From 4ad129d8d8a39a6c50022100e8e3b91652c641b2 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 23 Mar 2017 08:13:28 -0700 Subject: [PATCH] docs: Don't recommend system-site-packages anymore (Ubuntu 16.04) Not needed since reportlab 3.4 comes with a wheel, and that was the main difficulty. --- docs/installation.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 34acddb3..6f8c540f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -187,10 +187,6 @@ No package is currently available for Ubuntu 16.04, but you can install the depe tesseract-ocr \ qpdf \ python3-pip \ - python3-pil \ - python3-pytest \ - python3-reportlab \ - python3-ruffus \ python3-cffi If you wish install OCRmyPDF to the system Python, then install as follows (note this installs new packages @@ -205,7 +201,7 @@ follow these steps. .. code-block:: bash - python3 -m venv --system-site-packages venv-ocrmypdf + python3 -m venv venv-ocrmypdf source venv-ocrmypdf/bin/activate pip3 install ocrmypdf