Update index.rst

Correcting ordering of arguments, original way throws an error
This commit is contained in:
jasonm-makerbot 2015-01-22 19:16:44 -05:00
parent 98ab9af354
commit 64e816280a

View File

@ -73,7 +73,7 @@ time, for example:
.. code-block:: bash
python setup.py install --salt-transport=raet
python setup.py --salt-transport=raet install
This way, only the required dependencies are pulled by the setup script if need
be.