From 2bb9bd92015f9ba3a8664c948e86a0d3e1037e2c Mon Sep 17 00:00:00 2001 From: Vini Salazar <17276653+vinisalazar@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:32:06 -0300 Subject: [PATCH] Add conda install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2cc4b04..a2d344b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ To install from [PyPI](https://pypi.python.org/pypi/cfchecker): pip install cfchecker +To install from [Conda-forge](https://github.com/conda-forge/cfchecker-feedstock): + + conda create -n cfchecker -c conda-forge cfchecker # create new env OR + conda install cfchecker -c conda-forge # install on existing env + Alternatively, to install from source: 1. Download the cfchecker package from [cfchecker releases](https://github.com/cedadev/cf-checker/releases)