[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.
This commit is contained in:
Ray Speth 2016-12-23 20:01:47 -05:00
parent 46009e4a95
commit e515afd9e1

View file

@ -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::