diff --git a/README.rst b/README.rst index ff598c4e0..332839546 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,12 @@ Ray is packaged with the following libraries for accelerating machine learning w - `RLlib`_: Scalable Reinforcement Learning - `Distributed Training `__ -Install Ray with: ``pip install ray``. For nightly wheels, see the `Installation page `__. +Install Ray with: ``pip install ray``. For nightly wheels, see the +`Installation page `__. + +**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 -----------