update requirements page

This commit is contained in:
Radovan Bast 2015-07-31 13:38:13 +02:00
parent c3586df8dd
commit c2442344ec

View File

@ -3,14 +3,13 @@
Requirements and dependencies Requirements and dependencies
============================= =============================
The ``update.py`` script requires Python >= 2.7. We try to also The ``update.py`` script requires Python 2.7 or higher. We try to also support
support Python 3. If the script fails with Python 3, consider this Python 3 (tested with Python 3.4). If the script fails with Python 3, consider
a bug and please file an issue. this a bug and please file an issue.
The generated CMake infrastructure requires CMake >= 2.8. The generated CMake infrastructure requires CMake >= 2.8. The generated
The generated ``setup.py`` runs with Python >= 2.7 (also Python 3). ``setup.py`` runs with Python 2.7 or higher (also tested with Python 3.4).
.. todo:: .. todo::
Figure out lower Python version bound for setup.py. Figure out lower Python version bound for setup.py.
Figure out upper Python version bounds.