pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
441 stars 160 forks source link

Add instructions to install on apple silicon #335

Closed dnerini closed 1 year ago

dnerini commented 1 year ago

Add instructons to install pysteps on mac computers with apple silicon processors.

@GAaronAlexander, thanks for providing and testing these instructions! Would you mind having a look at this PR and give a feedback?

Closes #334

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (57ece43) 83.34% compared to head (3c04b50) 83.34%.

:exclamation: Current head 3c04b50 differs from pull request most recent head 32d852c. Consider uploading reports for the commit 32d852c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #335 +/- ## ======================================= Coverage 83.34% 83.34% ======================================= Files 161 161 Lines 12355 12355 ======================================= Hits 10297 10297 Misses 2058 2058 ``` | Flag | Coverage Δ | | |---|---|---| | unit_tests | `83.34% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#carryforward-flags-in-the-pull-request-comment) to find out more.

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

GAaronAlexander commented 1 year ago

Hi @dnerini! This looks great and is a clear guide on how to install on apple silicon chips!