Commit 49f327ef authored by stackstack's avatar stackstack

Added python-dev to list of required packages for pip installation.

parent 6b1a4386
......@@ -94,20 +94,20 @@ Most requirements can be also installed using pip installer:
pip install -r requirements.txt
Also you will need header files for ``libxml2`` and ``libxslt`` to compile some
of the required Python modules.
Also you will need header files for ``python-dev``, ``libxml2`` and ``libxslt`` to compile some
of the required Python modules.
On Debian or Ubuntu you can install them using:
.. code-block:: sh
apt-get install libxml2-dev libxslt-dev
apt-get install libxml2-dev libxslt-dev python-dev
On openSUSE or SLES you can install them using:
.. code-block:: sh
zypper install libxslt-devel libxml2-devel
zypper install libxslt-devel libxml2-devel python-devel
.. _file-permissions:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment