Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
add more details to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Dec 5, 2023
1 parent 8576a7a commit 9a2fecd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions slides/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ conda create --name brainglobe python=3.10 -y
conda activate brainglobe
conda install napari -c conda-forge
```
On newer Macs, please also
```bash
conda install hdf5
```
Finally, double-check that running
```bash
napari
```
opens a new `napari` window.

. . .

Expand Down

0 comments on commit 9a2fecd

Please sign in to comment.