diff --git a/book/introduction.md b/book/introduction.md index 8740f7a..747b02c 100644 --- a/book/introduction.md +++ b/book/introduction.md @@ -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`