Skip to content

Commit

Permalink
added installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 10, 2023
1 parent 5869c79 commit 8523d34
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# brainglobe-utils
Shared general purpose tools for the BrainGlobe project

## Installation

```bash
pip install brainglobe-utils
```
To also include the dependencies required for `napari`, use:
```bash
pip install brainglobe-utils[napari]
```

For development, clone this repository and install the dependencies with one of the following commands:
```bash
pip install -e .[dev]
pip install -e .[dev,napari]
```

0 comments on commit 8523d34

Please sign in to comment.