Skip to content

Commit

Permalink
Update installation for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Oct 22, 2024
1 parent 07d0561 commit f24b3aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Here is a list of the extra dependencies:
2. Create a new environment:

``` bash
mamba create -n careamics python=3.10 --platform osx-64 python
mamba create -n careamics python=3.10 --platform osx-64
mamba activate careamics
```

Expand All @@ -144,7 +144,7 @@ Here is a list of the extra dependencies:
2. Create a new environment:

``` bash
CONDA_SUBDIR=osx-arm64 mamba create -n careamics python=3.10
CONDA_SUBDIR=osx-arm64 conda create -n careamics python=3.10
conda activate careamics
conda config --env --set subdir osx-64
```
Expand Down Expand Up @@ -250,7 +250,7 @@ is to look at the [applications](applications/index.md) for full examples and th
2. Create a new environment:

``` bash
mamba create -n careamics python=3.10 --platform osx-64 python
mamba create -n careamics python=3.10 --platform osx-64
mamba activate careamics
```

Expand All @@ -272,7 +272,7 @@ is to look at the [applications](applications/index.md) for full examples and th
2. Create a new environment:

``` bash
CONDA_SUBDIR=osx-arm64 mamba create -n careamics python=3.10
CONDA_SUBDIR=osx-arm64 conda create -n careamics python=3.10
conda activate careamics
conda config --env --set subdir osx-64
```
Expand Down

0 comments on commit f24b3aa

Please sign in to comment.