further specify requirements

This commit is contained in:
Radovan Bast 2015-08-08 13:38:38 +02:00
parent 35d1af9a85
commit e94cc35958

View File

@ -3,12 +3,12 @@
Requirements and dependencies Requirements and dependencies
============================= =============================
The ``update.py`` script requires Python 2.7 or higher. We try to also support Autocmake update and test scripts require Python 2.7 or higher. We try to also
Python 3 (tested with Python 3.4). If the script fails with Python 3, consider support Python 3 (tested with Python 3.4). If the script fails with Python 3,
this a bug and please file an issue. consider this a bug and please file an issue.
The generated CMake infrastructure requires CMake >= 2.8. The generated 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:: .. todo::