fix install instructions for Ubunti 16.04 (#507)

`pip3` defaults to the system's outdated version which downloads wrong qpdf package.
This commit is contained in:
tlwhitec
2020-03-11 02:57:37 -07:00
committed by GitHub
parent a2deee4920
commit 0165255bd9
+1 -1
View File
@@ -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`.