From a2e000b9b8cdcf41977bc318f33717fc7febe237 Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 16 Jun 2023 15:31:35 +0200 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.