From f5263b955a3ac6f94a65fa61e8d7a27de50f0b10 Mon Sep 17 00:00:00 2001 From: Christopher Llorracc Carroll <1320319+llorracc@users.noreply.github.com> Date: Thu, 7 Nov 2019 07:45:15 -0500 Subject: [PATCH] Robustify conda installation command (#431) `conda install econ-ark` only works if the user has conda-forge as the default conda channel. Replaced it with `conda install -c conda-forge econ-ark` which will work generically. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1599aecd9..386b385ae 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The Econ-ARK project uses an [open governance model](./GOVERNANCE.md) and is fis Install from [Anaconda Cloud](https://docs.anaconda.com/anaconda/install/) by running: -`conda install econ-ark` +`conda install -c conda-forge econ-ark` Install from [PyPi](https://pypi.org/) by running: