Skip to content

Commit

Permalink
Differentiate ZeroMQ from RAET installations.
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jun 26, 2014
1 parent 2fa809e commit badd67c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,19 @@ Activate the virtualenv::

source /path/to/your/virtualenv/bin/activate

Install Salt (and dependencies) into the virtualenv::
Install Salt (and dependencies) into the virtualenv.

pip install -r requirements.txt
ZeroMQ Transport:

.. code-block:: bash
pip install -r zeromq-requirements.txt
pip install psutil
pip install -e .
.. note:: Installing M2Crypto

.. note:: Installing M2Crypto

You may need ``swig`` and ``libssl-dev`` to build M2Crypto. If you
Expand All @@ -177,6 +184,15 @@ Install Salt (and dependencies) into the virtualenv::
env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" pip install M2Crypto


RAET Transport:

.. code-block:: bash
pip install -r raet-requirements.txt
pip install psutil
pip install -e .
Running a self-contained development version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit badd67c

Please sign in to comment.