InstallationΒΆ

The module is a standard python module:

python setup.py build

You have to compile the fortran lib first:

(cd pyShift/lib; make)

To clean the installation:

python setup.py clean

The documentation generation (requires Sphinx):

./doc/doc.sh

Previous topic

Rigid Motion

Next topic

Other

This Page