Skip to content

Commit

Permalink
Update README.md for conda install change (#6123)
Browse files Browse the repository at this point in the history
Updates README conda install instructions for the fact that the conda
package no longer pulls Qt—a Qt backend needs to be specified.

# References
conda-forge/napari-feedstock#47
conda-forge/napari-feedstock#48
napari/docs#202

## Type of change
- [x] Documentation
  • Loading branch information
psobolewskiPhD authored and Czaki committed Oct 17, 2023
1 parent a8e4810 commit 3f6fef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ conda activate napari-env
python -m pip install "napari[all]"
```

If you prefer conda over pip, you can replace the last line with: `conda install -c conda-forge napari`
If you prefer conda over pip, you can replace the last line with: `conda install -c conda-forge napari pyqt`

See here for the full [installation guide](https://napari.org/tutorials/fundamentals/installation.html).

Expand Down

0 comments on commit 3f6fef7

Please sign in to comment.