Document dependencies installation for Fedora

Change-Id: I61012377646c134db4f857947409faa29c2c8471
This commit is contained in:
Juan Antonio Osorio Robles 2015-09-23 11:32:41 +03:00
parent 9f99ec28d1
commit ef26e54e73

View File

@ -33,6 +33,19 @@ Installing system dependencies
# Install dependency for the PyEnv - virtualenvwrapper plugin
sudo pip install virtualenvwrapper
**Fedora 22:**
.. code-block:: bash
# Install dependencies required to build Barbican
sudo dnf install -y python-pip python-devel libffi-devel openssl-devel \
libsq3-devel openldap-devel cyrus-sasl-devel
# Install dependencies required for PyEnv
sudo dnf install -y git curl make gcc
# Install dependency for the PyEnv - virtualenvwrapper plugin
sudo dnf install -y python-virtualenvwrapper
Installing PyEnv
-----------------