update doc

This commit is contained in:
Benoît Latinier 2018-02-17 00:00:15 +01:00
parent 0ff39017c6
commit 450291440f

View File

@ -39,10 +39,10 @@ package manager.
.. code-block:: sh .. code-block:: sh
# for Debian/Ubuntu # for Debian/Ubuntu
~> sudo apt-get install python-setuptools python-virtualenv ~> sudo apt-get install python-setuptools python-virtualenv python-dev
# Fedora/Red Hat # Fedora/Red Hat
~> sudo yum install python-setuptools python-virtualenv ~> sudo yum install python-setuptools python-virtualenv python-devel
The next steps should be done as regular user, not as root (although possible The next steps should be done as regular user, not as root (although possible
but not recommended): but not recommended):