Skip to content

Commit a343af7

Browse files
committed
in readme recommend miniforge instead of anaconda or miniconda
1 parent d3cdc95 commit a343af7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)