From e94cc35958c47496e5e537a74bc0736d52103772 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 8 Aug 2015 13:38:38 +0200 Subject: [PATCH] further specify requirements --- doc/general/requirements.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/general/requirements.rst b/doc/general/requirements.rst index 0e4be0f..1273166 100644 --- a/doc/general/requirements.rst +++ b/doc/general/requirements.rst @@ -3,12 +3,12 @@ Requirements and dependencies ============================= -The ``update.py`` script requires Python 2.7 or higher. We try to also support -Python 3 (tested with Python 3.4). If the script fails with Python 3, consider -this a bug and please file an issue. +Autocmake update and test scripts require Python 2.7 or higher. We try to also +support Python 3 (tested with Python 3.4). If the script fails with Python 3, +consider this a bug and please file an issue. The generated CMake infrastructure requires CMake >= 2.8. The generated -``setup.py`` runs with Python 2.7 or higher (also tested with Python 3.4). +``setup.py`` runs with Python >= 2.7 (also tested with Python 3.4; probably also lower). .. todo::