diff --git a/docs/installation.rst b/docs/installation.rst index 36ed805fe..01ec0fe68 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -95,14 +95,13 @@ Pillow can be installed on FreeBSD via the official Ports or Packages systems: **Packages**:: - $ pkg install py27-pillow + $ pkg install py36-pillow .. note:: The `Pillow FreeBSD port `_ and packages - are tested by the ports team with all supported FreeBSD versions - and against Python 2.7 and 3.x. + are tested by the ports team with all supported FreeBSD versions. Building From Source @@ -174,8 +173,6 @@ Many of Pillow's features require external libraries: * Libimagequant is licensed GPLv3, which is more restrictive than the Pillow license, therefore we will not be distributing binaries with libimagequant support enabled. - * Windows support: Libimagequant requires VS2015/MSVC 19 to compile, - so it is unlikely to work with Python 2.7 on Windows. * **libraqm** provides complex text layout support.