Fix test workflow in readme

This commit is contained in:
thunderbiscuit 2022-05-11 15:19:33 -04:00
parent d23dfb831b
commit cc730b00b2
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -13,7 +13,11 @@ pip install bdkpython
## Run the tests
```shell
python -m tox
pip3 install --requirement requirements.txt
bash ./generate.sh
python3 setup.py --verbose bdist_wheel
pip3 install ./dist/bdkpython-<yourversion>-py3-none-any.whl
python3 ./tests/test_bdk.py
```
<br/>
@ -32,5 +36,5 @@ python3 setup.py --verbose bdist_wheel
## Install locally
```shell
pip install ./dist/bdkpython-0.0.1-py3-none-any.whl
pip install ./dist/bdkpython-<yourversion>-py3-none-any.whl
```