Skip to content
Merged
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
10 changes: 4 additions & 6 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ pip install napari[pyqt6, optional] -c constraints_py3.10.txt

(installation_bundle_conda)=

## How to install the napari app
## Install as an application

napari can be installed as a bundled app on [MacOS](#macos-bundle), [Windows](#windows-bundle), and [Linux](#linux-bundle) with a simple one click download and guided installation process. This installation method is best if you mainly want to use napari as a standalone GUI app. However, certain plugins may not be supported.

Expand All @@ -251,8 +251,6 @@ napari can be installed as a bundled app on [MacOS](#macos-bundle), [Windows](#w
* If you want to contribute code back into napari, please follow the [development installation instructions in the contributing guide](napari-contributing).
```

### Download and install the napari app ({{ napari_version }}) for your operating system

Click the tile below to jump to the installation instructions for your operating system.

````{grid}
Expand Down Expand Up @@ -280,7 +278,7 @@ If you are interested in an earlier version of the napari app, you may access th

(macos-bundle)=

### How to install the macOS app
### macOS

Download the napari app ({{ napari_version }}) for your platform:

Expand Down Expand Up @@ -341,7 +339,7 @@ Next check out our [tutorial on the viewer](viewer-tutorial) or explore any of t

(windows-bundle)=

### How to install the Windows app
### Windows

Download the napari app ({{ napari_version }}) for your platform:

Expand Down Expand Up @@ -385,7 +383,7 @@ Next check out our [tutorial on the viewer](viewer-tutorial) or explore any of t

(linux-bundle)=

### How to install the Linux app
### Linux

Download the napari app ({{ napari_version }}) for your platform:

Expand Down
Loading