From cc730b00b2746c1a6fe7051612423eb87b1c7f1a Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 11 May 2022 15:19:33 -0400 Subject: [PATCH] Fix test workflow in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ee3b0a..12baad9 100644 --- a/README.md +++ b/README.md @@ -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--py3-none-any.whl +python3 ./tests/test_bdk.py ```
@@ -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--py3-none-any.whl ```