From e4af629e9d541db671658ffe02dafaae963288a2 Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Mon, 18 Sep 2023 13:05:28 -0400 Subject: [PATCH] fix pyproject.toml --- docs/contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribution.md b/docs/contribution.md index c8cf36092..c2bc80581 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 postinstall +poetry run postinstall # enter virtual environment poetry shell