Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #905 from CaptTofu/patch-1
Browse files Browse the repository at this point in the history
Update index.rst
  • Loading branch information
techhat committed Feb 13, 2014
2 parents 81b7c3f + d9d4728 commit c4dabac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions salt_cloud/doc/topics/install/index.rst
Expand Up @@ -17,7 +17,7 @@ Clone the repository using:

.. code-block:: bash
git clone https://github.com/saltstack/salt-cloud.git
git clone https://github.com/saltstack/salt.git
Create a new `virtualenv`_:
Expand Down Expand Up @@ -50,14 +50,14 @@ Activate the virtualenv:
.. _dependencies:

Install Salt Cloud (and dependencies) into the virtualenv:
Install Salt (which contains Salt Cloud) (and dependencies) into the virtualenv:

.. code-block:: bash
pip install M2Crypto # Don't install on Debian/Ubuntu (see below)
pip install pyzmq PyYAML pycrypto msgpack-python jinja2 psutil salt
pip install pyzmq PyYAML pycrypto msgpack-python jinja2 psutil
pip install apache-libcloud
pip install -e ./salt-cloud # the path to the salt-cloud git clone
pip install -e ./salt # the path to the salt-cloud git clone
.. note:: Installing M2Crypto
Expand Down

0 comments on commit c4dabac

Please sign in to comment.