Add prominent note about deprecating Python 2. (#6581)

This commit is contained in:
Robert Nishihara
2019-12-23 13:48:21 -08:00
committed by Philipp Moritz
parent 84d3d4b67b
commit 49b0ebf724
+6 -1
View File
@@ -17,7 +17,12 @@ Ray is packaged with the following libraries for accelerating machine learning w
- `RLlib`_: Scalable Reinforcement Learning
- `Distributed Training <https://ray.readthedocs.io/en/latest/distributed_training.html>`__
Install Ray with: ``pip install ray``. For nightly wheels, see the `Installation page <https://ray.readthedocs.io/en/latest/installation.html>`__.
Install Ray with: ``pip install ray``. For nightly wheels, see the
`Installation page <https://ray.readthedocs.io/en/latest/installation.html>`__.
**NOTE:** `We are deprecating Python 2 support soon.`_
.. _`We are deprecating Python 2 support soon.`: https://github.com/ray-project/ray/issues/6580
Quick Start
-----------