Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ To get all the dependencies needed for this tutorial first clone the repository
then simply run

```
pixi install
pixi install --environment lab
```

or to also start running the example notebooks run

```
pixi run start
pixi run --environment lab lab
```

#### Using `pip`
Expand Down