From 96889b43a864eaa595ce10fa767d7bff8a64783d Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 22 Sep 2022 11:02:05 -0400 Subject: [PATCH] Add documentation on local testing --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a482f5c..b3a858f 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,18 @@ python3 setup.py --verbose bdist_wheel ```
-## Run tox to build and test +## Run tox to build and test locally ```shell # install dev requirements pip install --requirement requirements-dev.txt +# build bindings glue code (located at ./src/bdkpython/bdk.py) +source ./generate.sh + # build and test -tox +tox -vv ``` +
## Install locally ```shell