Skip to content

Commit

Permalink
Merge pull request #17 from jeffbrennan/master
Browse files Browse the repository at this point in the history
minor CONTRIBUTING.md updates
  • Loading branch information
jeffbrennan authored Feb 21, 2024
2 parents 706bc59 + dcf8627 commit fcdd569
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ install required dependencies

```bash
poetry install
poetry install
```

install optional dev dependencies
Expand All @@ -57,14 +56,14 @@ poetry install --with dev

Now that you have a virtualenv installed with all of the required dependencies, you can run scripts (like unit tests)

using a poetry shell
using `poetry shell`

```bash
poetry shell
pytest tests/
```

or with poetry run
or with `poetry run`

```bash
poetry run pytest tests/
Expand Down

0 comments on commit fcdd569

Please sign in to comment.