From c4ab7009b23887af6e5a3c56cdab8a20ddd56edb Mon Sep 17 00:00:00 2001 From: Jon W Date: Tue, 20 Aug 2013 11:39:04 -0500 Subject: [PATCH 1/2] minor corr pip-install perhaps there may be pip distribution using "pip-install" but "pip install" is universal afaik --- docsite/latest/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/gettingstarted.rst b/docsite/latest/rst/gettingstarted.rst index 7d22490856..1d74f6cca9 100644 --- a/docsite/latest/rst/gettingstarted.rst +++ b/docsite/latest/rst/gettingstarted.rst @@ -89,7 +89,7 @@ You will want to install the dependencies needed by Ansible with pip if going fr # on Ubuntu, for example: apt-get install python-dev python-pip - pip-install PyYAML Jinja2 paramiko + pip install PyYAML Jinja2 paramiko Once running the env-setup script you'll be running from checkout and the default inventory file will be /etc/anisble/hosts. You can optionally specify an inventory file (see :doc:`patterns`) From d000f233449026a1adecf39f5fff03d6427c55e6 Mon Sep 17 00:00:00 2001 From: Jon W Date: Tue, 20 Aug 2013 12:11:51 -0500 Subject: [PATCH 2/2] typo just darting a mistyped "ansible" --- docsite/latest/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/gettingstarted.rst b/docsite/latest/rst/gettingstarted.rst index 1d74f6cca9..8197430f92 100644 --- a/docsite/latest/rst/gettingstarted.rst +++ b/docsite/latest/rst/gettingstarted.rst @@ -92,7 +92,7 @@ You will want to install the dependencies needed by Ansible with pip if going fr pip install PyYAML Jinja2 paramiko Once running the env-setup script you'll be running from checkout and the default inventory file -will be /etc/anisble/hosts. You can optionally specify an inventory file (see :doc:`patterns`) +will be /etc/ansible/hosts. You can optionally specify an inventory file (see :doc:`patterns`) other than /etc/ansible/hosts: .. code-block:: bash