Skip to content

Commit

Permalink
note that on Windows, Python needs to run within a MSVC environment
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Jun 30, 2022
1 parent 1c7c3f3 commit 9cf1e38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ When installing through `conda-forge`_, ``conda`` will install the compiler
for you, to match the other conda-forge packages.
When using ``pip`` and the wheels from `PyPI`_, you minimally need gcc5,
clang5, or MSVC'17.

.. note::

On Windows, a command prompt or Python process needs to be opend with
the MSVC environment setup for the compiler to be accessible.

When installing from source, the only requirement is full support for C++11
(e.g. minimum gcc 4.8.1 on GNU/Linux), but older compilers than the ones
listed for the wheels have not been tested.
Expand Down

0 comments on commit 9cf1e38

Please sign in to comment.