From d0c69837d2ede877ca5a2e3b74f5b4c09073b503 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 21 Jan 2017 09:20:54 -0500 Subject: Point people to python3-dev if needed (#3359) * Point people to python3-dev if needed * oops, syntax fix * Fedora/RHEL as well --- docs/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 888b8bc4..2c24d35d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -74,14 +74,16 @@ compiler, headers for Python (if you're not using ``pypy``), and headers for the OpenSSL and ``libffi`` libraries available on your system. For Debian and Ubuntu, the following command will ensure that the required -dependencies are installed: +dependencies are installed (replace ``python-dev`` with ``python3-dev`` if +you're using Python 3): .. code-block:: console $ sudo apt-get install build-essential libssl-dev libffi-dev python-dev For Fedora and RHEL-derivatives, the following command will ensure that the -required dependencies are installed: +required dependencies are installed (replace ``python-devel`` with +``python3-devel`` if you're using Python 3): .. code-block:: console -- cgit v1.2.3