Skip to content

Commit

Permalink
Mention citation tool in README
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jan 31, 2024
1 parent c21e172 commit e142df3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
# brainglobe-utils
Shared general purpose tools for the BrainGlobe project

Shared general purpose tools for the BrainGlobe project, including [citation generation](#citations-for-brainglobe-tools).

## 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]
```

## Citations for BrainGlobe tools

`brainglobe-utils` comes with the `cite-brainglobe` command line tool, to write citations for BrainGlobe tools for you so you don't need to worry about fetching the data yourself.
You can read about [how to use the tool](https://brainglobe.info/documentation/brainglobe-utils/citation-module.html) on the documentation website.

0 comments on commit e142df3

Please sign in to comment.