From 97b3bd42809d6f77d6e3bf6b92a236e15964ff96 Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 16 Jun 2023 15:56:04 +0200 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89be178..13804ba 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ - 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` +Then open a terminal in the `actest-princiers` folder +and launch jupyter : `kedro jupyter notebook` +or start the ipython prompt : `kedro ipython` ## Developper's rules and guidelines