diff --git a/README.md b/README.md index 73935c700e17415c900be45aed89c27ad2a9322f..688d65da187dc8dea2e975c052a1f8f599d4a607 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,17 @@ Python implementation of [Duniter](https://git.duniter.org/nodes/typescript/duni * [base58](https://pypi.python.org/pypi/base58 "base58") ## Installation -You can install duniter-python-api and all its dependencies via the following pip install : +You can install duniter-python-api and all its dependencies via the following pip install: `pip install duniterpy` Please take a look at the document [HTTP API](https://github.com/duniter/duniter-bma/blob/master/doc/API.md) to learn about the API. +## Development +- Create a python environement with pyenv +- Add PYTHONPATH env var to your shell containing the path to this repository +- Take a look at examples +- Run examples from parent folder `python example/request_data.py` + ## Documentation - [Documentation](https://github.com/duniter/duniter-python-api/tree/master/docs)