diff --git a/README.rst b/README.rst index baf0fd7..8c05490 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,20 @@ tripleo-ipa This repository contains Ansible for use integrating TripleO with FreeIPA. +Installation +============ + +.. code-block:: bash + + $ pip install --prefix=/usr tripleo-ipa + +Or, if you are installing from source, in the project directory: + +.. code-block:: bash + + $ python setup.py install --prefix=/usr + + Contributing ============