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