For the build of the package the following dependencies must be satisfied
package | version |
---|---|
libpnicore | >=1.0.0 |
libpniio | >=1.1.0 |
numpy | |
gcc compiler | >=4.7 |
python | >=2.7 or >=3.4 |
The wrapper package follows the standard Python build and installation protocoll using Python setuptools.
$ python setup.py build
$ python setup.py install
or for Python3
$ python3 setup.py build
$ python3 setup.py install
In order to build the Sphinx documentation use
$ python3 setup.py build_sphinx