Skip to content

Commit

Permalink
fixes from review
Browse files Browse the repository at this point in the history
Signed-off-by: mattip <[email protected]>
  • Loading branch information
mattip committed Nov 14, 2022
1 parent cbf4fd1 commit 4d654e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/ray-overview/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Ray can also be installed as a conda package on linux and windows
conda activate ray_dev
# Install Ray with support for the dashboard + cluster launcher
conda install -c condaforge "ray[default]"
conda install -c condaforge "ray-default"
# Install Ray with minimal dependencies
# conda install -c conda-forge ray
Expand All @@ -50,10 +50,10 @@ To install Ray libraries:

.. code-block:: bash
conda install -c conda-forge "ray[air]" # installs Ray + dependencies for Ray AI Runtime
conda install -c conda-forge "ray[tune]" # installs Ray + dependencies for Ray Tune
conda install -c conda-forge "ray[rllib]" # installs Ray + dependencies for Ray RLlib
conda install -c conda-forge "ray[serve]" # installs Ray + dependencies for Ray Serve
conda install -c conda-forge "ray-air" # installs Ray + dependencies for Ray AI Runtime
conda install -c conda-forge "ray-tune" # installs Ray + dependencies for Ray Tune
conda install -c conda-forge "ray-rllib" # installs Ray + dependencies for Ray RLlib
conda install -c conda-forge "ray-serve" # installs Ray + dependencies for Ray Serve
Expand Down

0 comments on commit 4d654e3

Please sign in to comment.