summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-11-13 09:03:10 +0000
committerda-woods <dw-git@d-woods.co.uk>2022-11-13 09:03:10 +0000
commit1b028d34d6a3ec82f4687df1e0db598721c7a695 (patch)
tree802eb7c04e8f475909ce6886dd4d9cb45259f21b /docs
parent363780535e7bfe8adb1b858feb3fccbdf3434d97 (diff)
downloadcython-1b028d34d6a3ec82f4687df1e0db598721c7a695.tar.gz
Add note about PyMSVC to the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/src/quickstart/install.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/src/quickstart/install.rst b/docs/src/quickstart/install.rst
index 04a47afdc..979d0f178 100644
--- a/docs/src/quickstart/install.rst
+++ b/docs/src/quickstart/install.rst
@@ -29,7 +29,11 @@ according to the system used:
built with. This is usually a specific version of Microsoft Visual
C/C++ (MSVC) - see https://wiki.python.org/moin/WindowsCompilers.
MSVC is the only compiler that Cython is currently tested with on
- Windows. A possible alternative is the open source MinGW (a
+ Windows. If you're having difficulty making setuptools detect
+ MSVC then `PyMSVC <https://github.com/kdschlosser/python_msvc>`_
+ aims to solve this.
+
+ A possible alternative is the open source MinGW (a
Windows distribution of gcc). See the appendix for instructions for
setting up MinGW manually. Enthought Canopy and Python(x,y) bundle
MinGW, but some of the configuration steps in the appendix might