From 49b0ebf7245aebd224a6ee0016691b6cddf2bee5 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Mon, 23 Dec 2019 13:48:21 -0800 Subject: [PATCH] Add prominent note about deprecating Python 2. (#6581) --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -----------