Installation with pip
=====================

RestAuthClient is `also included <http://pypi.python.org/pypi/RestAuthClient/>`_ in PyPI, the
`Python Package Index <http://pypi.python.org/>`_. That makes it very easy to install this
library using :command:`pip`:

.. code-block:: bash

   pip install RestAuthCommon RestAuthClient

.. WARNING:: :command:`pip install` requires superuser privileges on most systems.