Skip to content

Commit

Permalink
docs: update installation instructions for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rc committed Jun 22, 2016
1 parent 707b89f commit 6160d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -16,7 +16,7 @@ Requirements
Installation prerequisites, required to build SfePy:

- a C compiler suite (for example gcc)
- Python 2.6 or 2.7
- Python 2.7 or 3
- NumPy
- Cython

Expand Down
6 changes: 4 additions & 2 deletions doc/installation.rst
Expand Up @@ -13,15 +13,17 @@ Platforms
---------

*SfePy* is known to work on various flavors of Linux, on Intel Macs and
Windows.
Windows. It can work with both Python 2.7 and Python 3. Depending on Python
installation and OS used, replacing ``python`` by ``python3`` might be required
in all the commands below (e.g. in :ref:`compilation`) in order to use Python 3.

Requirements
------------

Installation prerequisites, required to build *SfePy*:

- a C compiler suite (for example gcc)
- `Python`_ 2.6 or 2.7
- `Python`_ 2.7 or 3
- `NumPy`_
- `Cython`_

Expand Down

0 comments on commit 6160d3f

Please sign in to comment.