Skip to content

Commit

Permalink
Swap dev conda installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Mar 14, 2024
1 parent e9ba647 commit cde4d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ First, get the code by cloning the github project::

Create a ``conda`` environment with the appropriate dependencies, and activate it::

$ conda create --name schedview -c conda-forge --only-deps schedview
$ conda create --channel conda-forge --name rubin_sim --file requirements.txt python=3.11
$ conda activate schedview

Install the (development) ``schedview`` in your new environment::
Expand Down

0 comments on commit cde4d4c

Please sign in to comment.