Skip to content

Commit

Permalink
oneliner for pip install in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato authored Jul 13, 2023
1 parent 7622647 commit 00d77b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ mamba create -n my_env python==3.10 -y
conda activate my_env

mamba install -c conda-forge napari -y
pip install spatialdata-io
pip install spatialdata-plot
pip install napari-spatialdata
pip install spatialdata
pip install spatialdata spatialdata-io spatialdata-plot napari-spatialdata
```

## Development version
Expand Down

0 comments on commit 00d77b1

Please sign in to comment.