Installation (in the sense described below) is not required to execute the purely python-based modules that do not depend on the lower-level modules. The only condition that should be met in this case is that the modules are in the PYTHON_PATH. Obviously, Python itself must be installed. Some modules also require numpy.
To summarize, the light installation requirements are:
Alternatively (for the full installation) follow these steps:
> cd PYXAID/src_cpp
> make
This will compile the source files and build the python extension (module) called pyxaid_core. It will be placed in the folder PYXAID/ where the rest of the modules are located.
> cd ..
> python test.py
To summarize, the full installation requirements are: