Skip to content

Commit

Permalink
Fix up callout syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 20, 2024
1 parent e1161ed commit 50de6e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ conda create -n napari-lattice -c conda-forge 'python==3.11.*' uv pycudadecon
```

!!! info

We include `pycudadecon` to enable GPU accelerated deconvolution.

Activate that environment:
Expand All @@ -24,6 +25,7 @@ uv pip install lls-core napari-lattice napari-aicsimageio pyqt5
```

!!! info

`napari-aicsimageio` isn't a dependency of the Lattice suite, but is required for loading the `.czi` files generated by the Lightsheet

## Development Installation
Expand Down
10 changes: 10 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- pymdownx.details

nav:
- index.md
- installation.md
- cli.md
- api.md
- workflow.md
- development.md

plugins:
- search
Expand Down

0 comments on commit 50de6e3

Please sign in to comment.