File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ knowing about Conda or virtual environments).
77
88## environment.yml for Conda
99
10- This requires installing and activating [ Anaconda] ( https://www.anaconda.com/ ) or
11- [ miniconda] ( https://docs.conda.io/en/latest/miniconda.html ) first.
12- More information on Conda environments at [ its user
13- guide] ( https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html ) .
10+ If you are new to Conda, we recommend to start with [ Miniforge] ([ Miniforge download
11+ overview] ( https://conda-forge.org/download/ ) .
12+
13+ More information on how to work with Conda environments is collected
14+ in [ this page] ( https://coderefinery.github.io/installation/conda/ ) .
1415
1516``` console
1617$ conda env update -f environment.yml
You can’t perform that action at this time.
0 commit comments