You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ conda create -n fpm fpm
41
41
conda activate fpm
42
42
```
43
43
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
+
44
47
#### Github Actions
45
48
46
49
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