Skip to content

Commit 063b117

Browse files
committed
Revise arm64 Mac installation instructions
Updated installation instructions for arm64 Mac to indicate no special workaround is needed starting June 2026.
1 parent 3be441c commit 063b117

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/manual/install.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@ $ conda install conda-forge::remage
3636
$ conda config --env --set channel_priority strict
3737
$ conda install remage
3838
```
39+
- No special workaround for **arm64 Mac** should be necessary when installing
40+
from conda.
41+
42+
<details><summary>(old instructions for reference)</summary>
43+
44+
To **install _remage_ on an arm64 Mac** you previously had to perform special
45+
set-up steps at environment creation time. Starting June 2026 this workaround
46+
should not be required any more.
47+
48+
```console
49+
$ CONDA_SUBDIR=osx-64 conda create [...]
50+
$ conda activate remage-env
51+
$ conda config --env --set subdir osx-64
52+
$ # ... continue with the additional steps above
53+
```
54+
55+
</details>
3956

4057
:::
4158

0 commit comments

Comments
 (0)