diff options
author | milancurcic <caomaco@gmail.com> | 2021-03-17 11:28:32 -0400 |
---|---|---|
committer | milancurcic <caomaco@gmail.com> | 2021-03-17 11:28:32 -0400 |
commit | 333025da9660c7260f74e8f8ffc34f2b2ffb1e75 (patch) | |
tree | 71455bf2e088fb78d65963bba3f66abd4a8b3c79 /README.md | |
parent | 5130eb14f775f79d6652bf471a309f4bf26bc290 (diff) | |
download | fpm-333025da9660c7260f74e8f8ffc34f2b2ffb1e75.tar.gz fpm-333025da9660c7260f74e8f8ffc34f2b2ffb1e75.zip |
add a note on where to get Conda
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ conda create -n fpm fpm conda activate fpm ``` +Conda can be installed from [miniconda](https://docs.conda.io/en/latest/miniconda.html) +or from [miniforge](https://github.com/conda-forge/miniforge/releases). + #### Github Actions 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. |