metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.
http://improver.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
101 stars 84 forks source link

DOC: Installation instructions via conda #1967

Closed cpelley closed 7 months ago

cpelley commented 8 months ago

As per title

I have been providing guidance to people installing improver via conda. Having it defined here makes sense to me so that I can point people to it.

Note the instructions are put together to reflect issues we encountered within actions previously (https://github.com/metoppv/improver/pull/1962). Mainly, separating the environment containing mamba, with that containing improver.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3eee0a9) 98.40% compared to head (6d06888) 98.40%. Report is 2 commits behind head on master.

:exclamation: Current head 6d06888 differs from pull request most recent head ef2d281. Consider uploading reports for the commit ef2d281 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1967 +/- ## ======================================= Coverage 98.40% 98.40% ======================================= Files 124 124 Lines 12028 12028 ======================================= Hits 11836 11836 Misses 192 192 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cpelley commented 7 months ago

Thanks @gavinevans