From 0165255bd97e4f743d59f70484b780dc906f92fe Mon Sep 17 00:00:00 2001 From: tlwhitec Date: Wed, 11 Mar 2020 10:57:37 +0100 Subject: [PATCH] fix install instructions for Ubunti 16.04 (#507) `pip3` defaults to the system's outdated version which downloads wrong qpdf package. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 30b57f0d..08345ba2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -232,7 +232,7 @@ environment variable contains ``$HOME/.local/bin``. .. code-block:: bash export PATH=$HOME/.local/bin:$PATH - pip3 install --user ocrmypdf + pip3.6 install --user ocrmypdf To add JBIG2 encoding, see :ref:`jbig2`.