[Doc] Update prereqs for using Windows binaries

This commit is contained in:
Ray Speth 2016-11-29 15:56:30 -05:00
parent 8ee7d432e1
commit 1b4ea04277

View file

@ -145,6 +145,11 @@ directions :ref:`above <sec-install-conda>`.
- Run the installer.
- If this package is not installed, you will encounter the following error
when importing the `cantera` module::
ImportError: DLL load failed: The specified module could not be found.
4. **Install Numpy and optional Python packages**
- Go to the `Unofficial Windows Binaries for Python Extension Packages page
@ -154,7 +159,8 @@ directions :ref:`above <sec-install-conda>`.
1.x series for Python *X.Y* that matches your Python architecture. In the
filename, the digits after "cp" indicate the Python version, e.g.
``numpy1.11.2+mklcp35nonewin_amd64.whl`` is the installer for 64-bit
Python 3.5.
Python 3.5. The Windows installers for Cantera 2.3.0 require Numpy 1.10 or
newer.
- From an administrative command prompt, install the downloaded wheel using
pip, e.g.::