Merge "Add graphviz to list of distro packages to install"

This commit is contained in:
Jenkins 2014-08-21 12:28:55 +00:00 committed by Gerrit Code Review
commit 5f28f7df45
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ Install the prerequisite packages.
On Ubuntu::
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev libvirt-dev
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev libvirt-dev graphviz
On Ubuntu Precise (12.04) you may also need to add the following packages::
@ -72,7 +72,7 @@ On Ubuntu Precise (12.04) you may also need to add the following packages::
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel libvirt-devel
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel libvirt-devel graphviz
sudo pip-python install tox