Skip to content

Commit

Permalink
Update OS/Python versions for which binary installers are provided
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Nov 26, 2016
1 parent 6974457 commit ad8449c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions doc/sphinx/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ad8449c

Please sign in to comment.