Skip to content

Commit

Permalink
use mamba for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf authored Apr 28, 2024
1 parent d427108 commit 788ec4f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,10 @@ 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 by executing these lines line-by-line:
You can install `napari-process-points-and-surfaces` via mamba/conda:

```
mamba install vedo=2022.4.1 -c conda-forge
```
```
pip install napari-process-points-and-surfaces
mamba install vedo=2022.4.1 napari-process-points-and-surfaces -c conda-forge
```

### Troubleshooting: Open3d installation
Expand Down

0 comments on commit 788ec4f

Please sign in to comment.