Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
turleyjm committed Mar 21, 2024
1 parent afc7ef1 commit 8698a33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ https://napari.org/stable/plugins/index.html

Install by cloning this repository, and once inside this repository make a new virtual environment and activate it by running:

For mac
```sh
python3 -m venv venv
source venv/bin/activate
```
For windows
```sh
python3 -m venv venv
.\venv\Scripts\activate
```

Next install the napari and plugin
```sh
Expand Down

0 comments on commit 8698a33

Please sign in to comment.