Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
withtwoemms committed May 29, 2023
1 parent e21066a commit 92e9a09
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 @@ -11,10 +11,11 @@ It can be installed with:
pip install poetry
```

Once installed, scripts can executed using the `run` subcommand:
Once installed, scripts can executed using the `run` subcommand.
For example, the following runs tests, coverage, and linting:

```
poetry run <script>
poetry run check
```


Expand Down

0 comments on commit 92e9a09

Please sign in to comment.