Skip to content

Commit 333025d

Browse files
committed
add a note on where to get Conda
1 parent 5130eb1 commit 333025d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ conda create -n fpm fpm
4141
conda activate fpm
4242
```
4343

44+
Conda can be installed from [miniconda](https://docs.conda.io/en/latest/miniconda.html)
45+
or from [miniforge](https://github.com/conda-forge/miniforge/releases).
46+
4447
#### Github Actions
4548

4649
To setup *fpm* within Github actions for automated testing, you can use the [fortran-lang/setup-fpm](https://github.com/marketplace/actions/setup-fpm) action.

0 commit comments

Comments
 (0)