Add documentation on local testing
This commit is contained in:
parent
02a572cbc6
commit
96889b43a8
@ -34,14 +34,18 @@ python3 setup.py --verbose bdist_wheel
|
|||||||
```
|
```
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
## Run tox to build and test
|
## Run tox to build and test locally
|
||||||
```shell
|
```shell
|
||||||
# install dev requirements
|
# install dev requirements
|
||||||
pip install --requirement requirements-dev.txt
|
pip install --requirement requirements-dev.txt
|
||||||
|
|
||||||
|
# build bindings glue code (located at ./src/bdkpython/bdk.py)
|
||||||
|
source ./generate.sh
|
||||||
|
|
||||||
# build and test
|
# build and test
|
||||||
tox
|
tox -vv
|
||||||
```
|
```
|
||||||
|
<br/>
|
||||||
|
|
||||||
## Install locally
|
## Install locally
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user