diff --git a/doc/source/install.rst b/doc/source/install.rst index d4cb0e1..443679a 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -56,15 +56,15 @@ Obtain the Tenks source code and change into the directory. For example:: (tenks) $ git clone https://github.com/stackhpc/tenks.git (tenks) $ cd tenks +Install Tenks and its requirements using the source code checkout:: + + (tenks) $ pip install . + Tenks has dependencies on Ansible roles that are hosted by Ansible Galaxy. These can be installed by a command such as:: (tenks) $ ansible-galaxy install --role-file=requirements.yml --roles-path=ansible/roles/ -Install Tenks and its requirements using the source code checkout:: - - (tenks) $ pip install . - If you now wish to run Tenks (see :ref:`run`), keep your virtualenv active. If not, deactivate it::