Skip to content

Commit

Permalink
simplified installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf authored Apr 22, 2023
1 parent 35a192f commit 4b61d89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ To visualize measurements on the surface, just double-click on the table column

## Installation

You can install `napari-process-points-and-surfaces` via mamba/conda and pip:
You can install `napari-process-points-and-surfaces` via mamba/conda and pip by executing these lines line-by-line:

```
mamba install vedo vtk libnetcdf=4.7.4 -c conda-forge
mamba install vedo -c conda-forge
```
```
pip install napari-process-points-and-surfaces
```

Expand Down

0 comments on commit 4b61d89

Please sign in to comment.