moonstream/clients/python/README.md

14 wiersze
220 B
Markdown
Czysty Zwykły widok Historia

# Moonstream Python client
This is the Python client library for the Moonstream API.
## Installation
This library assumes you are using Python 3.6 or greater.
Install using `pip`:
```bash
pip install moonstream
```