.. _installation: Installation ============ Install Flask-OAuth2Server with ``pip`` :: pip install flask-oauth2server The development version can be downloaded from `its page at GitHub `_. :: git clone https://github.com/inveniosoftware/flask-oauth2server.git cd flask-oauth2server python setup.py develop source run-tests.sh Requirements ------------ Flask-OAuth2Server has the following dependencies: * `Flask `_ * `six `_ Flask-OAuth2Server requires Python version 2.6, 2.7 or 3.3+