Include information about creating a local build (#59)

* included information about creating a local build
* included a link to poetry docs, create local build using poetry
This commit is contained in:
Kyle M. Kovary 2022-12-11 00:04:22 -08:00 committed by GitHub
parent dd905dec5f
commit 6bb0190dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,13 @@ 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 your local Pynecone build:
```
poetry install
```
Now create an examples folder so you can test the local Python build in this repository:
```
mkdir examples