Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 904 Bytes

INSTALLING.md

File metadata and controls

25 lines (19 loc) · 904 Bytes

Installing NfSpy

NfSpy uses Python's distutils package, so installation is as simple as # setup.py install

Dependencies

NfSpy uses the Python bindings for the FUSE library. This is available in Ubuntu and Debian as the python-fuse package, on Fedora as fuse-python, or from the project homepage

Other Versions

NfSpy uses some syntax that is not backwards compatible with versions of Python before 2.6. For Python 2.4 compatibility, check out the twofour branch, which should work, but will not receive future updates

NfSpy was updated to NFSv3 on Fri Feb 24 2012. The nfsv2 branch contains the previous version, which supports NFSv2.