From d5d009872ce7e2a541157a64edcc3309635f7d81 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Fri, 11 Nov 2022 18:46:54 +0000 Subject: [PATCH] docs/installation.rst: mention Windows Chocolatey issue, #2037. --- docs/installation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 10ca86ba2..3f42df51f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,7 +44,12 @@ sdist and is automatically built into PyMuPDF. Notes ~~~~~ -Wheels are available for Windows (32-bit Intel, 64-bit Intel), Linux (64-bit Intel, 64-bit ARM) and Mac OSX (64-bit Intel), Python versions 3.7 and up. +Wheels are available for Windows (32-bit Intel, 64-bit Intel), Linux (64-bit Intel, 64-bit ARM) and Mac OSX (64-bit Intel, 64-bit ARM), Python versions 3.7 and up. + +Wheels are not available for Python installed with `Chocolatey +`_ on Windows. Instead install Python +using the Windows installer from the python.org website, see: +http://www.python.org/downloads PyMuPDF does not support Python versions prior to 3.7. Older wheels can be found in `this `_ repository and on `PyPI `_. Please note that we generally follow the official Python release schedules. For Python versions dropping out of official support this means, that generation of wheels will also be ceased for them.