-
Make a virtual environment with
uv, for example:uv venv mda --python 3.9.13 -
Install requirements:
uv pip install -r requirements.txt -
Run Kedro:
kedro run -
python app.py
nikacvet/mda_course
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Make a virtual environment with uv, for example: uv venv mda --python 3.9.13
Install requirements: uv pip install -r requirements.txt
Run Kedro: kedro run
python app.py