Add poetry version in contributing docs (#731) (#732)

This commit is contained in:
Kasun Herath 2023-03-30 00:06:20 +05:30 committed by GitHub
parent e7fc4b5d7c
commit 6bcddd1f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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