Skip to content

Commit

Permalink
docs: revise install hack: we can use kedro develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunc committed Feb 7, 2022
1 parent 0541ae3 commit 4bb351d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ 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.
**NOTE**: Until their 0.18.0 release, we will be using the development version of kedro.

```shell
git clone git@github.com:FactFiber/kedro-dvc.git
cd kedro-dvc
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 pre-commit install && poetry run pre-commit install ----hook-type commit-msg
...
poetry run pytest
```
Expand Down

0 comments on commit 4bb351d

Please sign in to comment.