From 0a875cbf6ec8cbe3d664914195caf3da10ce8f4d Mon Sep 17 00:00:00 2001 From: gwen Date: Thu, 15 Jun 2023 15:55:37 +0200 Subject: [PATCH] nstall kedro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29a0862..9e06e1a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - Install the virtual environment : `python3 -m venv .venv` - Enable the virtual environment : `source .venv/bin/activate` +- install kedro `pip install kedro` - Install the packages and libraries `pip install -r src/requirements.txt` ## Developper's rules and guidelines