diff --git a/docs/source/03_getting_started/01_example_project.md b/docs/source/03_getting_started/01_example_project.md index be17be2f..18ceb106 100644 --- a/docs/source/03_getting_started/01_example_project.md +++ b/docs/source/03_getting_started/01_example_project.md @@ -19,8 +19,17 @@ We use this project because: - it covers most of the common use cases - it is compatible with older version of ``Kedro`` so newcomers are used to it - it is maintained by ``Kedro`` maintainers and therefore enforces some best practices. +### Installation with ``kedro>=0.16.3, <=0.19.0`` -### Installation with ``kedro>=0.16.3`` +The default starter is now called "pandas-iris". In a new console, enter: + +```console +kedro new -n km-example --example yes --tools=none +``` + +This will create a new kedro project with example pipeline. + +### Installation with ``kedro>=0.16.3, <=0.19.0`` The default starter is now called "pandas-iris". In a new console, enter: