Add documentation on local testing

This commit is contained in:
thunderbiscuit 2022-09-22 11:02:05 -04:00
parent 02a572cbc6
commit 96889b43a8
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -34,14 +34,18 @@ python3 setup.py --verbose bdist_wheel
```
<br/>
## 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
```
<br/>
## Install locally
```shell