Skip to content

Commit

Permalink
Fix typo in conda env names in installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Oct 9, 2024
1 parent 384c674 commit 7d872c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Create a conda environment for it:

::

conda create --channel conda-forge --name rubin_sim --file requirements.txt python=3.11
conda create --channel conda-forge --name rubin-sim --file requirements.txt python=3.11


If you want to run tests (please do), install the test requirements as well:

::

conda activate rubin_scheduler
conda activate rubin-sim
conda install -c conda-forge --file=test-requirements.txt


Expand Down

0 comments on commit 7d872c3

Please sign in to comment.