From 1cbae778c475b5b22d7cfa039e261ddfe38862db Mon Sep 17 00:00:00 2001 From: lichesser Date: Thu, 19 Dec 2013 12:01:58 +0100 Subject: [PATCH] Update install documentation to include httplib2 With v1.4.2 setup.py requires httplib2 for install --- docsite/rst/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 65c673811b..4ef2d23ef9 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -118,7 +118,7 @@ If you don't have pip installed in your version of Python, install pip:: Ansible also uses the the following Python modules that need to be installed:: - $ sudo pip install paramiko PyYAML jinja2 + $ sudo pip install paramiko PyYAML jinja2 httplib2 Once running the env-setup script you'll be running from checkout and the default inventory file will be /etc/ansible/hosts. You can optionally specify an inventory file (see :doc:`intro_inventory`)