napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

[DOC] Warn about `ffmpeg` on arm64 macOS and add Conda to installation instructions #197

Closed psobolewskiPhD closed 8 months ago

psobolewskiPhD commented 8 months ago

Closes: https://github.com/napari/napari-animation/issues/196

The PyPI package doesn't have an arm64 macOS binary for ffmpeg, so exporting animations doesn't work with a pip install. I've added a warning about this to the README and provide two ways to get arm64 ffmpeg installed which both work. Additionally, add section for Conda installation.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (921f872) 85.90% compared to head (6137321) 86.02%. Report is 14 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #197 +/- ## ========================================== + Coverage 85.90% 86.02% +0.11% ========================================== Files 26 26 Lines 1064 1073 +9 ========================================== + Hits 914 923 +9 Misses 150 150 ```

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