Skip to content

Commit

Permalink
docs/mention-conda-install-in-README (#48)
Browse files Browse the repository at this point in the history
* mention conda in installation instructions

* simplified hint to conda installation
  • Loading branch information
haesleinhuepf authored Jun 15, 2022
1 parent 95321f5 commit 037ccac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _While upstream `aicsimageio` is released under BSD-3 license, this plugin is re

## Installation

**Stable Release:** `pip install napari-aicsimageio`<br>
**Stable Release:** `pip install napari-aicsimageio` or `conda install napari-aicsimageio -c conda-forge`<br>
**Development Head:** `pip install git+https://github.com/AllenCellModeling/napari-aicsimageio.git`

### Plugin Variants
Expand Down

0 comments on commit 037ccac

Please sign in to comment.