Merge pull request #19 from jovial/install-steps

Reorder installation steps
This commit is contained in:
Mark Goddard 2018-09-26 15:55:17 +01:00 committed by GitHub
commit cb50ef288a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::