From 8fba1671efcfc7fd327d59c5c6b40b2e216038f1 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 17 Jun 2016 11:27:32 -0700 Subject: [PATCH] Updating README with additional necessary packages python-pip and python-virtualenv are necessary to run any 'update' command with autohelp-wrapper, otherwise the script issues a 'command not found' error for pip and virtualenv Change-Id: I96186764364eaa80a5c73fe6b019b9fd457c57a2 --- autogenerate_config_docs/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogenerate_config_docs/README.rst b/autogenerate_config_docs/README.rst index 349d0638..80dfc159 100644 --- a/autogenerate_config_docs/README.rst +++ b/autogenerate_config_docs/README.rst @@ -21,7 +21,8 @@ packages. For Ubuntu install the required packages with the following command: .. code-block:: console - $ sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev \ + $ sudo apt-get install python-dev python-pip python-virtualenv \ + libxml2-dev libxslt1-dev zlib1g-dev \ libmysqlclient-dev libpq-dev libffi-dev \ libsqlite3-dev libldap2-dev libsasl2-dev \ libjpeg-dev liberasurecode-dev