From 6bcddd1f0539c8d1917ccead336d5ae861a43478 Mon Sep 17 00:00:00 2001 From: Kasun Herath Date: Thu, 30 Mar 2023 00:06:20 +0530 Subject: [PATCH] Add poetry version in contributing docs (#731) (#732) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 528e7e6a7..7908569f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ Navigate into the repo: cd pynecone ``` -Install poetry and add it to your path (see [Poetry Docs](https://python-poetry.org/docs/#installation) for more info). +Install poetry version >= 1.4.0 and add it to your path (see [Poetry Docs](https://python-poetry.org/docs/#installation) for more info). Install your local Pynecone build: ``` bash