Merge branch 'centos-2' into rpm-bootstrap

This commit is contained in:
Jakub Warmuz 2015-06-18 13:44:05 +00:00
commit 67768641cc
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -70,6 +70,11 @@ Mac OSX
sudo ./bootstrap/mac.sh
Centos 7
--------
.. code-block:: shell
sudo ./bootstrap/centos.sh
Installation
============
@ -79,6 +84,13 @@ Installation
virtualenv --no-site-packages -p python2 venv
./venv/bin/pip install -r requirements.txt
Installation on Centos 7
============
.. code-block:: shell
virtualenv --no-site-packages -p python2 venv
env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" ./venv/bin/python setup.py install
Usage
=====