docs: update python readme and examples

This commit is contained in:
thunderbiscuit
2023-11-17 15:47:09 -05:00
parent 0956999283
commit 1ef1c5cc6e
2 changed files with 1 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ pip install --requirement requirements.txt
bash ./scripts/generate-linux.sh # here you should run the script appropriate for your platform
python setup.py bdist_wheel --verbose
pip install ./dist/bdkpython-<yourversion>.whl --force-reinstall
python -m unittest --verbose tests/test_bdk.py
python -m unittest --verbose
```
## Build the package