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