Commit d0265506 by Michael DeHaan

Merge pull request #5348 from lichesser/patch-1

Update install documentation to include httplib2
parents 25a8450b 1cbae778
......@@ -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`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment