Skip to content

Commit

Permalink
Update 01_example_project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored Feb 21, 2024
1 parent 3b1a97a commit 40161d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/03_getting_started/01_example_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ 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.19.0``

The default starter is now called "pandas-iris". In a new console, enter:

Expand All @@ -29,7 +30,7 @@ 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``
### 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 40161d0

Please sign in to comment.