From 2bcb62f270de2904d039074d1786590b7d5f6f27 Mon Sep 17 00:00:00 2001 From: Grzegorz Grasza Date: Thu, 26 Mar 2020 13:46:49 +0100 Subject: [PATCH] Update readme with installation instructions The installation requires to specify a prefix, to make sure that the data_files are installed to the default ansible plugins/roles directory. Change-Id: I32cce004e63640a2f42248930adb338e6a9abada --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ============