Updates documentation for tox use
In order to create a virtualenv with tox, a postgresql package is needed as a prerequisite. The dev-quickstart documentation has been updated to reflect this. In addition, the prerequisites for Fedora/RHEL were modified, because mysql-devel is needed, not mysql-libs. Fixes bug: #1227390 Change-Id: Ibfdb0a9a3d560fcc3fb7d95aaa1d765ed18215e2
This commit is contained in:
parent
115a0d6b5b
commit
76b81e1f26
@ -21,10 +21,10 @@ Ironic source code should be pulled directly from git::
|
|||||||
Install prerequisites::
|
Install prerequisites::
|
||||||
|
|
||||||
# Ubuntu/Debian:
|
# Ubuntu/Debian:
|
||||||
sudo apt-get install python-dev swig libssl-dev python-pip libmysqlclient-dev libxml2-dev libxslt-dev
|
sudo apt-get install python-dev swig libssl-dev python-pip libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev
|
||||||
|
|
||||||
# Fedora/RHEL:
|
# Fedora/RHEL:
|
||||||
sudo yum install python-devel swig openssl-devel python-pip mysql-libs libxml2-devel libxslt-devel
|
sudo yum install python-devel swig openssl-devel python-pip mysql-devel libxml2-devel libxslt-devel postgresql-devel
|
||||||
|
|
||||||
sudo easy_install nose
|
sudo easy_install nose
|
||||||
sudo pip install virtualenv setuptools-git flake8 tox
|
sudo pip install virtualenv setuptools-git flake8 tox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user