[Doc] Update OS/Python versions for which binary installers are provided
This commit is contained in:
parent
95e1ee49dc
commit
4cc8d72e10
1 changed files with 7 additions and 8 deletions
|
|
@ -95,7 +95,7 @@ directions :ref:`above <sec-install-conda>`.
|
|||
|
||||
1. **Choose your Python version and architecture**
|
||||
|
||||
- On Windows, Cantera supports Python 2.7, Python 3.3, Python 3.4, and Python
|
||||
- On Windows, Installers are provided for Python 2.7, Python 3.4, and Python
|
||||
3.5. Python 3.5 is recommended unless you need to use legacy code that does
|
||||
not work with Python 3. You can install multiple Cantera Python modules
|
||||
simultaneously.
|
||||
|
|
@ -151,16 +151,15 @@ directions :ref:`above <sec-install-conda>`.
|
|||
<http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy>`_.
|
||||
|
||||
- Download the most recent release (distributed as a "wheel" archive) of the
|
||||
1.x series for Python *X.Y* that matches your Python architecture. The
|
||||
binaries for Cantera 2.3.0 require Numpy 1.8.0 or newer, e.g. In the
|
||||
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.
|
||||
``numpy‑1.8.2+mkl‑cp35‑none‑win_amd64.whl`` is the installer for 64-bit
|
||||
``numpy‑1.11.2+mkl‑cp35‑none‑win_amd64.whl`` is the installer for 64-bit
|
||||
Python 3.5.
|
||||
|
||||
- From an administrative command prompt, install the downloaded wheel using
|
||||
pip, e.g.::
|
||||
|
||||
c:\python35\scripts\pip.exe install "%USERPROFILE%\Downloads\numpy‑1.8.2+mkl‑cp35‑none‑win_amd64.whl"
|
||||
c:\python35\scripts\pip.exe install "%USERPROFILE%\Downloads\numpy‑1.11.2+mkl‑cp35‑none‑win_amd64.whl"
|
||||
|
||||
- If you plan on using Cantera from Python, you may also want to install
|
||||
IPython (an advanced interactive Python interpreter) and Matplotlib (a
|
||||
|
|
@ -416,9 +415,9 @@ Ubuntu
|
|||
======
|
||||
|
||||
Ubuntu packages are provided for recent versions of Ubuntu using a Personal
|
||||
Package Archive (PPA). As of Cantera 2.2.1, packages are available for Ubuntu
|
||||
Ubuntu 14.04 LTS (Trusty Tahr), Ubuntu 15.04 (Vivid Vervet), and Ubuntu 15.10
|
||||
(Wily Werewolf). To see which Ubuntu releases and Cantera versions are currently
|
||||
Package Archive (PPA). As of Cantera 2.3.0, packages are available for Ubuntu
|
||||
Ubuntu 14.04 LTS (Trusty Tahr), Ubuntu 16.04 (Xenial Xerus), and Ubuntu 16.10
|
||||
(Yakkety Yak). To see which Ubuntu releases and Cantera versions are currently
|
||||
available, visit https://launchpad.net/~speth/+archive/ubuntu/cantera
|
||||
|
||||
The available packages are:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue