Fix 'build the wheel' section of readme
This commit is contained in:
parent
c364b20dd9
commit
be87629aba
13
README.md
13
README.md
@ -1,13 +1,7 @@
|
|||||||
# bdk-python
|
# bdk-python
|
||||||
The Python language bindings for the [bitcoindevkit](https://github.com/bitcoindevkit).
|
The Python language bindings for the [bitcoindevkit](https://github.com/bitcoindevkit).
|
||||||
|
|
||||||
See the [package on PyPI](https://pypi.org/project/bdkpython/).
|
See the [package on PyPI](https://pypi.org/project/bdkpython/).
|
||||||
|
|
||||||
Currently supported architectures:
|
|
||||||
- macOS `arm64`
|
|
||||||
- macOS `x86_64`
|
|
||||||
- linux `x86_64`
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
## Install from PyPI
|
## Install from PyPI
|
||||||
@ -27,10 +21,12 @@ python -m tox
|
|||||||
```shell
|
```shell
|
||||||
# Install dependecies
|
# Install dependecies
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Generate the bindings first
|
# Generate the bindings first
|
||||||
bash generate.sh
|
bash generate.sh
|
||||||
|
|
||||||
# Build the wheel
|
# Build the wheel
|
||||||
python -m build
|
python3 setup.py -v bdist_wheel
|
||||||
```
|
```
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
@ -38,4 +34,3 @@ python -m build
|
|||||||
```shell
|
```shell
|
||||||
pip install ./dist/bdkpython-0.0.1-py3-none-any.whl
|
pip install ./dist/bdkpython-0.0.1-py3-none-any.whl
|
||||||
```
|
```
|
||||||
<br/>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user