From b32a8a60e2ca5e15166871920ac9f8483c9f7659 Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Mon, 18 Sep 2023 13:08:07 -0400 Subject: [PATCH] update docs --- docs/contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribution.md b/docs/contribution.md index c2bc80581..2bc585898 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -22,7 +22,7 @@ curl -sSL https://install.python-poetry.org | python3 - # install pip dependencies poetry install # install pre-commit hooks, etc. -poetry run postinstall +poetry run pre-commit install # enter virtual environment poetry shell