[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:
parent
46009e4a95
commit
e515afd9e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue