Adding a note about using python2.7 in docs
This commit is contained in:
Родитель
398c515d99
Коммит
62ad66ebb1
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче