Skip to content

Commit

Permalink
updated installaiton instructions in README accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Jun 13, 2024
1 parent 4e920f1 commit 52a8fdc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ Shared general purpose tools for the BrainGlobe project, including [citation gen
pip install brainglobe-utils
```

To also include the dependencies required for `napari`, use:
To also include the dependencies required for Qt widgets, use:

```bash
pip install brainglobe-utils[napari]
pip install brainglobe-utils[qt]
```

For development, clone this repository and install the dependencies with one of the following commands:
For development, clone this repository and install the dependencies with:

```bash
pip install -e .[dev]
pip install -e .[dev,napari]
```

## Citations for BrainGlobe tools
Expand Down

0 comments on commit 52a8fdc

Please sign in to comment.