From 0cbc033b34543637429dd4aa09f79f504523ebc9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 13 Aug 2021 17:54:48 +1000 Subject: [PATCH] Updated FreeBSD package install command to Python 3.8 [ci skip] --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2b642bf4e..e10f783c3 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -111,7 +111,7 @@ Pillow can be installed on FreeBSD via the official Ports or Packages systems: **Packages**:: - pkg install py36-pillow + pkg install py38-pillow .. note::