From 2391fb0be0ad4913c05f8c536c9a52f6c557cfa1 Mon Sep 17 00:00:00 2001 From: knobix <43905002+knobix@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:40:25 +0100 Subject: [PATCH] Update installation instructions for FreeBSD (#493) Python 3.7 is the new default version since 2020Q1 which is reflected in the new prefix (= py37-). Also update the current available FreeBSD versions: * FreeBSD 11.2-RELEASE has reached its End-of-Life in 2019Q4 * FreeBSD 12.1-RELEASE was also introduced in 2019Q4 --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5aaf5496..f80c1dce 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -435,12 +435,12 @@ Installing on FreeBSD :alt: FreeBSD :target: https://repology.org/project/python:ocrmypdf/versions -FreeBSD 11.2, 11.3, 12.0-RELEASE and 13.0-CURRENT are supported. Other +FreeBSD 11.3, 12.0, 12.1-RELEASE and 13.0-CURRENT are supported. Other versions likely work but have not been tested. .. code-block:: bash - pkg install py36-ocrmypdf + pkg install py37-ocrmypdf To install a more recent version, you could attempt to first install the system version with ``pkg``, then use ``pip install --user ocrmypdf``.