From 8c0368357360418cd852bc7f7f76c8c74d34b62d Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Fri, 2 Nov 2018 15:41:10 -0700 Subject: [PATCH] Add warning about using latest wheels (#3207) --- doc/source/installation.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 0a5f435f4..23a172b53 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -3,17 +3,23 @@ Installing Ray Ray should work with Python 2 and Python 3. We have tested Ray on Ubuntu 14.04, Ubuntu 16.04, OS X 10.11 and 10.12. -You can install Ray as follows. +Latest stable version +--------------------- + +You can install the latest stable version of Ray as follows. .. code-block:: bash - pip install ray + pip install -U ray -Trying the latest version of Ray --------------------------------- +Trying snapshots from master +---------------------------- -Here are links to the latest wheels (which are built off of master). These versions will have newer -features but may be subject to more bugs. To install these wheels, run the following command: +Here are links to the latest wheels (which are built off of master). To install these wheels, run the following command: + +.. danger:: + + These versions will have newer features but are subject to more bugs. If you encounter crashes or other instabilities, please revert to the latest stable version. .. code-block:: bash