Skip to content

Commit

Permalink
docs: update notebooks with poetry instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsolaas committed Sep 12, 2024
1 parent dac5789 commit 9cfcd47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ See the [Developer Guide](/docs/docs/contribute/get_started.md) for details.
Jupyter Notebook examples can be found in /examples. In order to run these examples, you need to install the optional
dependencies.

### Using pip
```bash
pip install libecalc[notebooks]
```
Expand All @@ -116,6 +117,12 @@ Run jupyter:
```bash
jupyter notebook examples
```
### Using poetry

```shell
poetry install --extras notebooks
poetry run jupyter notebook examples
```

## Documentation

Expand Down

0 comments on commit 9cfcd47

Please sign in to comment.