Installation
The easiest way to install SliverPy is using PyPI. SliverPy should work on any platform supported by Python’s gRPC library.
$ python3 -m pip install sliver-py
However, you can also manually install the package by downloading the latest release from GitHub.
$ python3 -m pip install ./sliver-py-VERSION.tar.gz