From e515afd9e1daebd192cd718952dfc1c946e67605 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 23 Dec 2016 20:01:47 -0500 Subject: [PATCH] [Doc] Fix Ubuntu build dependencies for Python 3 module Cython for Python 2 is used (under SCons) to generate the C++ code for the extension module, which is then compiled separately for Python 2 and/or Python 3. --- doc/sphinx/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 5cea6e3ea..28d2d2987 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -43,7 +43,7 @@ Linux * Building the python3 module requires the following libraries:: - python3 python3-setuptools cython3 python3-numpy + cython python3-dev python3-setuptools python3-numpy * For Fedora (version 22 or higher) users, the following packages should be installed via the package manager::