From 6160d3f7ee53be89d2c55996bdd6a8af1a79faa1 Mon Sep 17 00:00:00 2001 From: Robert Cimrman Date: Wed, 22 Jun 2016 14:55:05 +0200 Subject: [PATCH] docs: update installation instructions for Python 3 --- INSTALL | 2 +- doc/installation.rst | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index deb84304d..8c53b64fe 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/doc/installation.rst b/doc/installation.rst index fbb63564e..9a22c3d69 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -13,7 +13,9 @@ 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 ------------ @@ -21,7 +23,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`_