Skip to content

Commit

Permalink
Update README.md installation guide
Browse files Browse the repository at this point in the history
Update README.md installation guide to provide clear demarcation
between PSF-Extractor dependency and napari-psf-extractor plugin
installation. Additionally, include a link to napari-hub for 
alternative installation.
  • Loading branch information
alexbolfa authored Dec 26, 2023
1 parent 082f2ff commit f8face4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@

## Installation

You can install `napari-psf-extractor` via [pip]:
```
To install `napari-psf-extractor`, you can use [pip]. First, run the following command to install the PSF-Extractor dependency:

```bash
pip install git+https://github.com/hoogenboom-group/PSF-Extractor@master
```

Once the dependency is installed, proceed to install the napari-psf-extractor plugin:
```bash
pip install napari-psf-extractor
```

Alternatively, you can also install the plugin directly through [napari-hub](https://www.napari-hub.org/plugins/napari-psf-extractor).

## Contributing

Expand Down

0 comments on commit f8face4

Please sign in to comment.