Skip to content

Commit

Permalink
Merge pull request #5 from brainglobe/fix-typo-in-pip-install
Browse files Browse the repository at this point in the history
Fix typo in pip install
  • Loading branch information
viktorpm authored Oct 17, 2023
2 parents 0cbda97 + 9cd3fce commit 09d264f
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 09d264f

Please sign in to comment.