Skip to content

Commit

Permalink
Robustify conda installation command (#431)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
llorracc authored and Mridul Seth committed Nov 7, 2019
1 parent 98bdacd commit f5263b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f5263b9

Please sign in to comment.