Skip to content

Commit

Permalink
simplified dev setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed May 9, 2024
1 parent 376250d commit 233edfd
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 @@ -137,14 +137,14 @@ $ python3 -m venv venv && source venv/bin/activate
$ pip install -U pip setuptools && pip install poetry

# Setup project using Poetry.
$ poetry install --compile --sync --all-extras
$ poetry install
```

Later, you can run the tests provided with the project using the following command:

```sh
# Run unit tests.
$ pytest --verbose
$ poetry run pytest .
```

<br>
Expand Down

0 comments on commit 233edfd

Please sign in to comment.