Skip to content

Commit

Permalink
Mentioning poetry run to make things easier for users.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri committed Mar 1, 2024
1 parent 575da09 commit a896a6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ cd coffee
poetry install
```

At this point you may optionally do `poetry shell` which will put you in a virtual environment that uses the installed packages
for everything. If you do that, you don't have to explictly say `poetry run` in the commands below.

## Running Tests
To run all tests, cd into the `coffee` directory and run `pytest`.

Expand Down

0 comments on commit a896a6f

Please sign in to comment.