Skip to content

Commit

Permalink
docs: explain temporary install hack
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunc committed Feb 7, 2022
1 parent fef79ba commit 41a8d09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ We are just starting out. See [the design document](./doc/design.md) for plans.

## Contributing

**NOTE**: install hack for the moment until kedro version 0.18 which
supports python 3.9.

```shell
git clone git@github.com:FactFiber/kedro-dvc.git
cd kedro-dvc
poetry install
poetry run pre-commit install && poetry run pre-commit install ----hook-type commit-msg
poetry env use python3.9
poetry install
poetry shell
pip install kedro
...
poetry run pytest
```
Expand Down

0 comments on commit 41a8d09

Please sign in to comment.