Skip to content

Commit 8f70505

Browse files
committed
fixes from review
Signed-off-by: mattip <[email protected]>
1 parent 622957e commit 8f70505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/ray-overview/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ Ray can also be installed as a conda package on linux and windows
259259
.. code-block:: bash
260260
261261
# also works with mamba
262-
conda create -c conda-forge python=3.9 -n ray_dev
263-
conda activate ray_dev
262+
conda create -c conda-forge python=3.9 -n ray
263+
conda activate ray
264264
265265
# Install Ray with support for the dashboard + cluster launcher
266-
conda install -c condaforge "ray-default"
266+
conda install -c conda-forge "ray-default"
267267
268268
# Install Ray with minimal dependencies
269269
# conda install -c conda-forge ray

0 commit comments

Comments
 (0)