From 9a2fecd683d78c4e12d96ea4e4f72967615e1446 Mon Sep 17 00:00:00 2001 From: alessandrofelder Date: Tue, 5 Dec 2023 10:18:46 +0000 Subject: [PATCH] add more details to installation instructions --- slides/installation.qmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/slides/installation.qmd b/slides/installation.qmd index 4248e45..c3f48e6 100644 --- a/slides/installation.qmd +++ b/slides/installation.qmd @@ -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. . . .