Adding a note about using python2.7 in docs

This commit is contained in:
Maxime Beauchemin 2015-06-12 12:31:33 -07:00
Родитель 398c515d99
Коммит 62ad66ebb1
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,10 @@ Installation
Setting up the sandbox from the :doc:`start` section was easy, now
working towards a production grade environment is a bit more work.
Note that Airflow is only
tested under Python 2.7.* as many of our dependencies don't support
python3 (as of 2015-06).
Extra Packages
''''''''''''''
The ``airflow`` PyPI basic package only installs what's needed to get started.

Просмотреть файл

@ -1,6 +1,8 @@
Quick Start
'''''''''''
The installation is quick and straightforward.
The installation is quick and straightforward. Note that Airflow is only
tested under Python 2.7.* as many of our dependencies don't support
python3 (as of 2015-06).
.. code-block:: bash