Is there any recent documentation about using kedr...
# questions
r
Is there any recent documentation about using kedro with UV ? I only found somes github PR while researching at google
j
hi @Rakib Sheikh, latest Kedro is perfectly compatible with
uv
, you can use any of uv's commands with Kedro starters. are you missing anything in particular?
thankyou 2
for example:
Copy code
$ uvx kedro new --starter=spaceflights-pandas --name=spaceflights
$ cd spaceflights
$ uv run kedro run  # automatically performs `uv sync`