Skip to content

Commit

Permalink
Fix typo in pip install
Browse files Browse the repository at this point in the history
Discovered thanks to @viktorpm
  • Loading branch information
niksirbi authored Oct 17, 2023
1 parent 0cbda97 commit 9cd3fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ To get the latest development version of `brainglobe-template-builder`, clone th
```sh
git clone https://github.com/brainglobe/brainglobe-template-builder
cd brainglobe-template-builder
pip install . -e .[dev]
pip install -e .[dev]
```
For zsh users (default shell on macOS):

```sh
pip install . -e '.[dev]'
pip install -e '.[dev]'
```

## Background
Expand Down

0 comments on commit 9cd3fce

Please sign in to comment.