Skip to content

Commit

Permalink
Update 01_example_project.md for kedro 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored Feb 21, 2024
1 parent dc3b7bf commit 3b1a97a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/03_getting_started/01_example_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3b1a97a

Please sign in to comment.