Skip to content

Commit

Permalink
added requested code to lines 33 and 110
Browse files Browse the repository at this point in the history
  • Loading branch information
erinvisser committed Feb 9, 2024
1 parent 9c1e704 commit 86f227f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ this method by following the steps described below.

::

$ wget -q https://github.com/tardis-sn/tardis/releases/latest/download/conda-{platform}-64.lock
$ wget -q https://github.com/tardis-sn/tardis/blob/master/conda-{platform}-64.lock

2. Create and activate the ``tardis`` environment.

Expand Down Expand Up @@ -107,6 +107,7 @@ To update the environment after a new release, download the latest lockfile and
::

$ conda update --name tardis --file conda-{platform}-64.lock
$ wget -q https://github.com/tardis-sn/tardis/releases/latest/download/conda-{platform}-64.lock

.. note::

Expand Down

0 comments on commit 86f227f

Please sign in to comment.