Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Nov 17, 2023
1 parent 92c982f commit 27a87f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ Installation from Repo
pip install .
```

or (for development)
or for local development

```bash
pip install --editable .["test"]
pip install -e '.[dev]'
```


The [Makefile](./Makefile) has convenience commands if Make is installed.

```bash
Expand Down

0 comments on commit 27a87f2

Please sign in to comment.