Add git dependency to quickstart docs
Without git installed, `tox -evenv -- echo 'done'` fails with a cryptic error message. This should keep newcomers from getting stuck on this. Change-Id: I7cd7faa3bda905c8cfb3cfb456e3279566edf613
This commit is contained in:
parent
b7a243b63f
commit
7eb48adc82
@ -21,10 +21,10 @@ Ironic source code should be pulled directly from git::
|
||||
Install prerequisites::
|
||||
|
||||
# Ubuntu/Debian:
|
||||
sudo apt-get install python-dev swig libssl-dev python-pip libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev
|
||||
sudo apt-get install python-dev swig libssl-dev python-pip libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev git
|
||||
|
||||
# Fedora/RHEL:
|
||||
sudo yum install python-devel swig openssl-devel python-pip mysql-devel libxml2-devel libxslt-devel postgresql-devel
|
||||
sudo yum install python-devel swig openssl-devel python-pip mysql-devel libxml2-devel libxslt-devel postgresql-devel git
|
||||
|
||||
sudo easy_install nose
|
||||
sudo pip install virtualenv setuptools-git flake8 tox
|
||||
|
Loading…
x
Reference in New Issue
Block a user