idlesign/django-oauthost

View on GitHub
INSTALL

Summary

Maintainability
Test Coverage
django-oauthost installation
============================


Python ``pip`` package is required to install ``django-oauthost``.


From sources
------------

Use the following command line to install ``django-oauthost`` from sources directory (containing setup.py):

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``django-oauthost`` from PyPI:

    pip install django-oauthost


Use `-U` flag for upgrade:

    pip install -U django-oauthost