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
62
62
build /
63
63
64
64
testing-setup-py-simple-example.py
65
- localenvironment /
65
+ .localpythonenv /
Original file line number Diff line number Diff line change 3
3
The Python language bindings for the [ bitcoindevkit] ( https://github.com/bitcoindevkit ) .
4
4
5
5
See 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
+ python3 setup.py bdist_wheel
19
+ pip3 install ./dist/bdkpython-< yourversion> .whl --force-reinstall
20
+ python3 -m unittest --verbose
21
+ ```
You can’t perform that action at this time.
0 commit comments