Climada is now available via conda-forge: https://anaconda.org/conda-forge/climada
This means that the tedious dependency installation before running pip install climada can now be dropped in favor of the much simpler conda install -c conda-forge climada. To get to the same result as with the current simple installation instructions, one now has to execute a single command:
conda create -n climada_env -c conda-forge climada
This will install Climada and all its dependencies into a new climada_env environment.
Proposals:
- Add
conda install -c conda-forge climada as installation instruction in the README
- Rewrite the Simple Instructions to simply use
conda create -n climada_env -c conda-forge climada