Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information