Fix merge conflicts between #486 and #510 (pip install .).

This commit is contained in:
Jakub Warmuz 2015-06-19 08:14:25 +00:00
parent a71ef63c18
commit b3be239061
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -35,8 +35,8 @@ In general:
.. _new-swig:
.. note:: If your operating system uses SWIG 3.0.5+, you will need
to run ``pip install -r requirements-swig-3.0.5.txt -r
requirements.txt`` instead of the standard ``pip
install -r requirements.txt``.
requirements.txt .`` instead of the standard ``pip
install -r requirements.txt .``.
* `Augeas`_ is required for the Python bindings
@ -95,7 +95,7 @@ backslash):
.. code-block:: shell
SWIG_FEATURES="-includeall -D__`uname -m`__-I/usr/include/openssl" \
./venv/bin/pip install -r requirements.txt functools32
./venv/bin/pip install -r requirements.txt functools32 .
Installation