Skip to content

Commit 82f4e1e

Browse files
authored
Add note for Apple silicon users with macOS <=13 (#605)
* use python 3.13 for dev environment * add note for apple silicon users with macOS<=13
1 parent 4fe7d28 commit 82f4e1e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ development environment for movement. In the following we assume you have
3535
First, create and activate a `conda` environment with some prerequisites:
3636

3737
```sh
38-
conda create -n movement-dev -c conda-forge python=3.11 pytables
38+
conda create -n movement-dev -c conda-forge python=3.13 pytables
3939
conda activate movement-dev
4040
```
4141

docs/source/user_guide/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ pip install 'movement[napari]' # works on zsh (default shell on macOS)
5454
:::
5555
::::
5656

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+
5765
### Developers
5866
If you are a developer looking to contribute to movement, please refer to our [contributing guide](target-contributing) for detailed setup instructions and guidelines.
5967

0 commit comments

Comments
 (0)