Skip to content

Commit

Permalink
Update anaconda.rst to use latest tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 authored Feb 27, 2024
1 parent 6c3524f commit 16a501d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/installing/anaconda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively you can install a specific released version of Rogue:

.. code::
$ conda create -n rogue_v6.0.0 -c conda-forge -c tidair-tag rogue=v6.0.0
$ conda create -n rogue_v6.1.3 -c conda-forge -c tidair-tag rogue=v6.1.3
Using Rogue In Anaconda
=======================
Expand All @@ -71,7 +71,7 @@ To activate:
$ conda activate rogue_tag
Replace rogue_tag with the name you used when creating your environment (e.g. rogue_v6.0.0).
Replace rogue_tag with the name you used when creating your environment (e.g. rogue_v6.1.3).


To deactivate:
Expand Down

0 comments on commit 16a501d

Please sign in to comment.