From 1289d74d0d3df18e655b547c4542053210deeb2e Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sat, 3 Feb 2018 16:34:26 +0100
Subject: [PATCH] [doc] readme: add development section.

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 73935c70..688d65da 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)
-- 
GitLab