From e2c5aef5301688e6f135955e17ac65fdcec34022 Mon Sep 17 00:00:00 2001 From: Matthew Gilliard Date: Tue, 25 Nov 2014 13:31:48 +0000 Subject: [PATCH] Doc: Adds python-tox to Ubuntu dependencies The development.environment instructions were almost completely copy/pastable to get started on a new machine. Almost. This doc patch just adds python-tox to the list of things to be fetched with apt-get, so now it's really *really* simple to get started on a brand-new machine or cloud instance. Change-Id: I09cbb376df2ce81e618c99e5db36ddf7809f6f3d --- doc/source/devref/development.environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 4d5a510b7b..920c109b25 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -84,7 +84,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 graphviz libsqlite3-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 libsqlite3-dev python-tox On Ubuntu Precise (12.04) you may also need to add the following packages::