From c4277a32403e056a05c85d3e94bb567977185557 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Tue, 15 Aug 2017 12:04:02 -0300 Subject: [PATCH] Updated README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 15bc7ce..0d500c5 100644 --- a/README.md +++ b/README.md @@ -6,43 +6,43 @@ Python Keycloak **python-keycloak** is a Python package providing access to the Keycloak API. -# Installation +## Installation -## Via Pypi Package: +### Via Pypi Package: ``` $ pip install python-keycloak ``` -## Manually +### Manually ``` $ python setup.py install ``` -# Dependencies +## Dependencies python-keycloak depends on: * Python 3 * [requests](http://docs.python-requests.org/en/master/) -## Tests Dependencies +### Tests Dependencies * unittest * [httmock](https://github.com/patrys/httmock) -# Bug reports +## Bug reports Please report bugs and feature requests at https://github.com/marcospereirampj/python-keycloak/issues -# Documentation +## Documentation The documentation for python-keycloak is available on [readthedocs](http://python-keycloak.readthedocs.io). -# Usage +## Usage ``` from keycloak import Keycloak