Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last min tweaks #4

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ format:

## Schedule{.smaller}
::: {.incremental}
- Installing BrainGlobe (30 mins)
- Introduction to Image analysis with Napari
- Installing BrainGlobe and Napari (30 mins)
- Introduction to Image analysis with Napari (60 mins)
- Introduction to BrainGlobe (30 mins)
- Registering whole brain microscopy images with brainreg (30 mins)
- Segmenting structures in whole brain microscopy images with brainglobe-segmentation (30 mins)
Expand Down
15 changes: 7 additions & 8 deletions slides/installation.qmd
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@

## Install napari and BrainGlobe

#### Silicon mac users
```bash
pip install brainglobe
conda install niftyreg
```


#### All other users
### Everyone
```{.bash}
conda create -n brainglobe-env python=3.12
conda activate brainglobe-env
pip install brainglobe
```

#### Silicon mac users (additionally)
```bash
conda install niftyreg
```

## Double-check installation {.smaller}
:::: {.columns}
Expand Down
Loading