Skip to content

Make conda install climada the default installation instruction #673

@peanutfun

Description

@peanutfun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions