Skip to content

Commit

Permalink
Add Python resources to Installation tutorial (#411)
Browse files Browse the repository at this point in the history
# References and relevant issues
Closes #24

# Description
Adds additional resources about installing python and setting up virtual
environments to the Installation tutorial.
  • Loading branch information
melissawm authored Apr 25, 2024
1 parent a8ab083 commit 50f43a1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/tutorials/fundamentals/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jupyter:

# How to install napari

Welcome to the **napari** installation guide!

This guide will teach you how to do a clean install of **napari** and launch the viewer.

```{note}
Expand All @@ -41,6 +39,17 @@ You may also want:
- an environment manager like [conda](https://docs.conda.io/en/latest/miniconda.html) or
[venv](https://docs.python.org/3/library/venv.html) **(Highly recommended)**

```{note}
New to Python or uncertain about conda, pip and virtual environments? You can use our
[Bundled App](#install-as-a-bundled-app) to get started or first look at some
resources we recommend:
- [Scientific Python: Getting started with Python for science](https://lectures.scientific-python.org/intro/index.html)
- [Talley Lambert's Python environments workshop](https://hackmd.io/@talley/SJB_lObBi)
- [Carpentries GIT workshop](https://swcarpentry.github.io/git-novice) (for those interested in contributing)
```

Python package distributions of napari can be installed via `pip`, `conda-forge`, or from source.

````{important}
Expand Down

0 comments on commit 50f43a1

Please sign in to comment.