Add Gentoo instructions for installation

This commit is contained in:
Thomas S Hatch 2012-01-02 21:52:13 -07:00
parent 2cbd81170a
commit 3b0446963b

View File

@ -105,6 +105,26 @@ accepted you can install Salt by downloading the latest ``.deb`` in the
.. __: http://packages.debian.org/search?keywords=python-zmq
Gentoo
------
Salt can be easily installed on Gentoo::
emerge pyyaml m2crypto pycrypto jinja pyzmq
Then download and install from source:
1. Download the latest source tarball from the GitHub downloads directory for
the Salt project: |latest|
2. Untar the tarball and run the :file:`setup.py` as root:
.. parsed-literal::
tar xvf salt-|version|.tar.gz
cd salt-|version|
python2 setup.py install
Installing from source
======================