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 24, 2024
1 parent e767754 commit c72726e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Here is a list of the extra dependencies:
``` bash
CONDA_SUBDIR=osx-arm64 conda create -n careamics python=3.10
conda activate careamics
conda config --env --set subdir osx-64
conda config --env --set-subdir osx-64
```

3. Install PyTorch following the [official
Expand Down Expand Up @@ -250,7 +250,7 @@ is to look at the [applications](applications/index.md) for full examples and th
``` bash
CONDA_SUBDIR=osx-arm64 conda create -n careamics python=3.10
conda activate careamics
conda config --env --set subdir osx-64
conda config --env --set-subdir osx-64
```

3. Install PyTorch following the [official
Expand Down

0 comments on commit c72726e

Please sign in to comment.