You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/installation.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,14 @@ pip install 'movement[napari]' # works on zsh (default shell on macOS)
54
54
:::
55
55
::::
56
56
57
+
:::{dropdown} Note for Apple Silicon users with macOS 13 or earlier
58
+
:color: info
59
+
:icon: info
60
+
61
+
We recommend installing `movement` following the `Conda` instructions above, as the `pip` method will likely fail for you.
62
+
Alternatively, updating your macOS to version 14 or later will allow `pip` installations to work as expected.
63
+
:::
64
+
57
65
### Developers
58
66
If you are a developer looking to contribute to movement, please refer to our [contributing guide](target-contributing) for detailed setup instructions and guidelines.
0 commit comments