diff --git a/README.md b/README.md index a02e271..89be178 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ - install kedro `pip install kedro` - Install the packages and libraries `pip install -r src/requirements.txt` +Then launch jupyter `kedro jupyter notebook` or the ipython prompt `kedro ipython` + ## Developper's rules and guidelines Declare any dependencies in `src/requirements.txt` for `pip` installation.