-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make conda install climada
the default installation instruction
#673
Comments
👍 Very nice, indeed!
|
Maintenance of the conda-forge installation may turn out to be somewhat demanding. We'll need to make restrictions in the dependency versions, for domain reasons but also for technical reasons: on my computer I am not able to run |
|
Resolved by #714 |
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 simplerconda 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:This will install Climada and all its dependencies into a new
climada_env
environment.Proposals:
conda install -c conda-forge climada
as installation instruction in the READMEconda create -n climada_env -c conda-forge climada
The text was updated successfully, but these errors were encountered: