Skip to content

Commit

Permalink
Update README.md for installation latest Kedro (#3589)
Browse files Browse the repository at this point in the history
* Update README.md

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>

* Apply suggestions from code review

Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com>
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>

* update notes

Signed-off-by: Nok <nok.lam.chan@quantumblack.com>

* combine steps

Signed-off-by: Nok <nok.lam.chan@quantumblack.com>

---------

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com>
  • Loading branch information
noklam and stichbury committed Feb 3, 2024
1 parent 99348e6 commit aa907cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ conda install -c conda-forge kedro

Our [Get Started guide](https://docs.kedro.org/en/stable/get_started/install.html) contains full installation instructions, and includes how to set up Python virtual environments.

### Installation from source
To access the latest Kedro version before its official release, install it from the `main` branch.
```
pip install git+https://github.com/kedro-org/kedro@main
```

## What are the main features of Kedro?

| Feature | What is this? |
Expand Down

0 comments on commit aa907cd

Please sign in to comment.