Installation
You can install fuse from PyPI using pip. It is listed as ‘xenon-fuse’.
$ pip install xenon-fuse
If you want to install it directly from the source use:
$ git clone git@github.com:XENONnT/fuse
$ cd fuse
$ python -m pip install . --user