diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-03-17 17:48:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 17:48:42 +0100 |
commit | fc9fea90256f9dc9221fbfaed4dc9ecc03832bab (patch) | |
tree | 82c705a5fbf75e099c1a39a10cd0cad99c802bdb /README.md | |
parent | 333025da9660c7260f74e8f8ffc34f2b2ffb1e75 (diff) | |
download | fpm-fc9fea90256f9dc9221fbfaed4dc9ecc03832bab.tar.gz fpm-fc9fea90256f9dc9221fbfaed4dc9ecc03832bab.zip |
Update conda installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -28,7 +28,7 @@ _e.g._ `$ chmod u+x fpm-v0.1.0-linux-x86_64` #### Conda -If you haven't yet, first enable the conda-forge channel: +Fpm is available on conda-forge, to add conda-forge to your channels use: ``` conda config --add channels conda-forge @@ -41,8 +41,8 @@ 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). +The conda package manager can be installed from [miniforge](https://github.com/conda-forge/miniforge/releases) +or from [miniconda](https://docs.conda.io/en/latest/miniconda.html). #### Github Actions @@ -118,4 +118,3 @@ with itself and run the tests with: $ cd fpm $ fpm test ``` - |