Add supported architectures to readme

This commit is contained in:
thunderbiscuit 2021-12-13 19:43:39 -05:00
parent 662c425743
commit 3aef401092
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -3,6 +3,14 @@ The Python language bindings for the [bitcoindevkit](https://github.com/bitcoind
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/>
## Install from PyPI
Install the latest release using Install the latest release using
```shell ```shell
pip install bdkpython pip install bdkpython