Skip to content

Commit 5c78c0e

Browse files
committed
update build docs
1 parent a0aa718 commit 5c78c0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ your Stripe key as an envrionment variable called `STRIPE_SECRET_KEY`, then you
8383
def get_stripe_secret_key():
8484
return os.getenv("STRIPE_SECRET_KEY")
8585
```
86+
87+
## Building / Development
88+
89+
```
90+
python3 -m pip install --upgrade build
91+
python3 -m build
92+
```
93+
See https://packaging.python.org/tutorials/packaging-projects/

0 commit comments

Comments
 (0)