diff --git a/Makefile b/Makefile index 7f80e13..b273cf8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r requirements.txt devel: pip install -r requirements_dev.txt - pre-commit install --hook-type pre-commit --hook-type pre-push --install-hooks -t post-checkout -t post-merge + pre-commit install --hook-type pre-push --install-hooks -t post-checkout -t post-merge curl -sSL https://install.python-poetry.org | python3 - pip install poetry-plugin-export test: diff --git a/README.md b/README.md index 804b8ea..beb0879 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ OR pip install -r requirements.txt pip install -r requirements_dev.txt pip install -e . -pre-commit install --hook-type pre-commit --hook-type pre-push --install-hooks -t post-checkout -t post-merge +pre-commit install --hook-type pre-push --install-hooks -t post-checkout -t post-merge curl -sSL https://install.python-poetry.org | python3 - pip install poetry-plugin-export ```