File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ src/bdkpython/*.so
6262build /
6363
6464testing-setup-py-simple-example.py
65- localenvironment /
65+ .localpythonenv /
Original file line number Diff line number Diff line change 33The Python language bindings for the [ bitcoindevkit] ( https://github.com/bitcoindevkit ) .
44
55See the [ package on PyPI] ( https://pypi.org/project/bdkpython/ ) .
6+
7+ ## Local Testing and Usage
8+
9+ 1 . Start a Python virtual environment
10+ 2 . Run one of the build script
11+ 3 . Create the wheel
12+ 4 . Install the library
13+ 5 . Run the tests
14+
15+ ``` sh
16+ source .localpythonenv/bin/activate
17+ bash scripts/generate-macos-arm64.sh
18+ .localpythonenv/bin/python3 setup.py bdist_wheel
19+ .localpythonenv/bin/pip3 install ./dist/bdkpython-< yourversion> .whl --force-reinstall
20+ .localpythonenv/bin/python3 -m unittest --verbose
21+ ```
You can’t perform that action at this time.
0 commit comments