Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Aug 5, 2024
1 parent b0a546e commit ce026e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ You need Python 3.11+ and the following tools:
Install the package with development requirements:

```console
$ poetry install
$ poetry install --all-extras
```

You can now run an interactive Python session,
or the command-line interface:

```console
$ poetry run python
$ poetry run dynamicpet
$ poetry run denoise --help
$ poetry run kineticmodel --help
```

[poetry]: https://python-poetry.org/
Expand Down

0 comments on commit ce026e0

Please sign in to comment.