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 15, 2022
1 parent 622957e commit 8f70505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/ray-overview/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ Ray can also be installed as a conda package on linux and windows
.. code-block:: bash
# also works with mamba
conda create -c conda-forge python=3.9 -n ray_dev
conda activate ray_dev
conda create -c conda-forge python=3.9 -n ray
conda activate ray
# Install Ray with support for the dashboard + cluster launcher
conda install -c condaforge "ray-default"
conda install -c conda-forge "ray-default"
# Install Ray with minimal dependencies
# conda install -c conda-forge ray
Expand Down

0 comments on commit 8f70505

Please sign in to comment.