Installation
You can install napari-stitcher
via pip:
To install latest development version:
Don't have conda installed?
We recommend using python and napari-stitcher
within a conda environment. Follow the instructions below to install conda
on your computer.
Installing Python
Overview
This how-to teaches how to install Python on your computer using conda
, which is both a
- environment manager and a
- package manager.
Instructions
Select the installation instructions for your operating system and processor from the tabs below.
- In your web browser, navigate to this download page.
- Scroll down to the "Miniforge" header of the "Downloads" section. Click the link to download link for
Miniforge-Linux-x86_64
. - Open your terminal application
- Navigate to the folder you downloaded the installer to (usually this is in your Downloads folder). If the file was downloaded to your Downloads folder, you would enter:
- Execute the installer with the command below. You can use your arrow keys to scroll up and down to read the license agreement and enter "yes" if you agree.
- After installation, you will be asked if you would like to initialize your terminal with "conda init". Enter "yes" to initalize your terminal.
- To verify your installation worked, close your Terminal window and open a new one. You should see
(base)
to the left of your prompt.
- In your web browser, navigate to this download page.
- Scroll down to the "Miniforge" header of the "Downloads" section. Click the link to download link for
Miniforge-MacOSX-x86_64
. - Open your Terminal (you can search for it in spotlight -
cmd
+space
) - Navigate to the folder you downloaded the installer to (usually this is in your Downloads folder). If the file was downloaded to your Downloads folder, you would enter:
- Execute the installer with the command below. You can use your arrow keys to scroll up and down to read the license agreement and enter "yes" if you agree.
- After installation, you will be asked if you would like to initialize your terminal with "conda init". Enter "yes" to initalize your terminal.
- To verify your installation worked, close your Terminal window and open a new one. You should see
(base)
to the left of your prompt.
- In your web browser, navigate to this download page.
- Scroll down to the "Miniforge" header of the "Downloads" section. Click the link to download link for
Miniforge-MacOSX-arm64
. - Open your Terminal (you can search for it in spotlight -
cmd
+space
) - Navigate to the folder you downloaded the installer to (usually this is in your Downloads folder). If the file was downloaded to your Downloads folder, you would enter:
- Execute the installer with the command below. You can use your arrow keys to scroll up and down to read it/agree to it.
- After installation, you will be asked if you would like to initialize your terminal with "conda init". Enter "yes" to initalize your terminal.
- To verify your installation worked, close your Terminal window and open a new one. You should see
(base)
to the left of your prompt.
- In your web browser, navigate to this download page.
- Scroll down to the "Miniforge" header of the "Downloads" section. Click the link to download link for
Miniforge-Windows-x86_64
. - Find the file you downloaded (Miniforge-Windows-x86_64.exe) and double click to execute it. Follow the instructions to complete the installation.
- Once the installation has completed, you can verify it was correctly installed by searching for the "miniforge prompt" in your Start menu.
Creating a conda environment
-
Create a new conda environment with the necessary packages:
Opening napari
- Open a terminal
- Activate the right conda environment:
conda activate napari-stitcher
in the terminal (MacOS) or Miniconda Prompt (Windows) - Start napari by running
napari
- Start the plugin in the menu plugins > napari-stitcher > Stitcher
- Open the Miniconda Prompt (Windows)
- Activate the right conda environment:
conda activate napari-stitcher
- Start napari by running
napari
- Start the plugin in the menu plugins > napari-stitcher > Stitcher