Skip to content

Commit

Permalink
DOC: installing - URL to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed May 12, 2024
1 parent 1b70bf8 commit bfc8320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The recommended tool for managing Conda environments is `Mamba <https://mamba.re

A straight forward way to create an environment with the libraries you need is using an ``environment.yml`` file. The `Alice <https://github.com/Eelbrain/Alice>`_ repository's `environment.yml <https://raw.githubusercontent.com/Eelbrain/Alice/main/environment.yml>`_ can serve as a starting point)::

$ mamba env create --file=environment.yml
$ mamba env create --file=https://raw.githubusercontent.com/Eelbrain/Alice/main/environment.yml


In an existing environment, Eelbrain can generally be updated with the following command (assuming the target environment is currently active)::
Expand Down

0 comments on commit bfc8320

Please sign in to comment.