|
|
|
@ -4,6 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- Install the virtual environment : `python3 -m venv .venv`
|
|
|
|
- Install the virtual environment : `python3 -m venv .venv`
|
|
|
|
- Enable the virtual environment : `source .venv/bin/activate`
|
|
|
|
- Enable the virtual environment : `source .venv/bin/activate`
|
|
|
|
|
|
|
|
- install kedro `pip install kedro`
|
|
|
|
- Install the packages and libraries `pip install -r src/requirements.txt`
|
|
|
|
- Install the packages and libraries `pip install -r src/requirements.txt`
|
|
|
|
|
|
|
|
|
|
|
|
## Developper's rules and guidelines
|
|
|
|
## Developper's rules and guidelines
|
|
|
|
|