In order to build and run Python-LLFUSE you need the following software:
To run the unit tests, you will need
When using Linux, you also need:
In case of FreeBSD and NetBSD you will need:
For OS-X, you need:
To install a stable Python-LLFUSE release:
If you have checked out the unstable development version from the Mercurial repository, a bit more effort is required. You need to also have Cython (0.24 or newer) and Sphinx (1.1 or newer) installed, and the necessary commands are:
python setup.py build_cython
python setup.py build_ext --inplace
python -m pytest test/
python setup.py build_sphinx
python setup.py install