Adding guidance on software installation

Change-Id: Ia415dd7971e94b866c31648dd821df738dd3bba3
This commit is contained in:
Michael Davies 2013-11-07 11:18:06 +10:30
parent 9dc9527481
commit f7460b616c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ autogenerate-config-docs
Automatically generate configuration tables to document OpenStack.
Dependencies: python-git (version: 0.3.2 RC1), oslo.config
Dependencies: python-git (at least version 0.3.2 RC1), oslo.config
Setting up your environment
---------------------------
@ -20,7 +20,7 @@ First install git and python-pip,
next, install oslo.config and GitPython
$ sudo pip install oslo.config GitPython
$ sudo pip install oslo.config "GitPython>=0.3.2.RC1"
then, checkout the repository you are working with: