Installation Instruction ========================= System Requirements ^^^^^ 1. ``mountpoint`` command should be in PATH 2. ``fusermount`` command should be in PATH 3. System support for FUSE file system The above requirements are by default met on most Linux distributions such as Ubuntu. Install ^^^^ ``pip install rmount`` **Important** ``mountpoint`` command must be accessible and in Path. e.g. running ``mountpoint .`` should return ``. is not a mountpoint`` or ``. is a mountpoint``