We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be441c commit 063b117Copy full SHA for 063b117
1 file changed
docs/manual/install.md
@@ -36,6 +36,23 @@ $ conda install conda-forge::remage
36
$ conda config --env --set channel_priority strict
37
$ conda install remage
38
```
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>
56
57
:::
58
0 commit comments