You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: this is a reorganization borne out of a review by Harry Barng at
SciPy 2025
# Description
The goal of this PR is to make the installation guide more clearly
target the 3 possible user groups: experts, newcomers, and those in
between.
It encourages experts to just use the tools they already use, while
highlighting the bundle for those who want to get started quickly.
I also remove the old bundle section, since it wasn't too helpful, in
favor of just directly linking to the dedicated bundle page, which is
also being updated, see #813
I also change the ToC layout a bit, by nesting the Qt backends and
constraints under a new heading "Advanced Installation Options".
Copy file name to clipboardExpand all lines: docs/tutorials/fundamentals/installation.md
+17-32Lines changed: 17 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,10 @@ kernelspec:
18
18
19
19
This guide will teach you how to do a clean install of **napari** and launch the viewer.
20
20
21
-
```{note}
22
-
If you want to contribute code back into napari, you should follow the [development installation instructions in the contributing guide](dev-installation) instead.
21
+
If you're already familiar with Python, napari can be installed from PyPI or conda-forge using your favorite virtual environment and package manager. Otherwise, keep reading for instructions on how to install napari as a Python package.
22
+
23
+
```{tip}
24
+
If you just want to get started quickly with napari as an app, check out our [napari app installation instructions](installation_bundle_conda.md).
23
25
```
24
26
25
27
(install-python-package)=
@@ -30,6 +32,10 @@ This installation method allows you to use napari from Python to programmaticall
30
32
interact with the app. It is the best way to install napari and make full use of
31
33
all its features.
32
34
35
+
```{note}
36
+
If you want to contribute code back into napari, you should follow the [development installation instructions in the contributing guide](dev-installation) instead.
- the ability to install python packages via [pip](https://pypi.org/project/pip/) OR [conda-forge](https://conda-forge.org/docs/user/introduction.html)
0 commit comments