|
|
|
@ -7,6 +7,8 @@
|
|
|
|
- install kedro `pip install kedro`
|
|
|
|
- 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`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Then launch jupyter `kedro jupyter notebook` or the ipython prompt `kedro ipython`
|
|
|
|
|
|
|
|
|
|
|
|
## Developper's rules and guidelines
|
|
|
|
## Developper's rules and guidelines
|
|
|
|
|
|
|
|
|
|
|
|
Declare any dependencies in `src/requirements.txt` for `pip` installation.
|
|
|
|
Declare any dependencies in `src/requirements.txt` for `pip` installation.
|
|
|
|
|