From: Rob Browning Date: Tue, 28 Jun 2022 17:25:07 +0000 (-0500) Subject: README: describe fuse module requirements X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=20e422f71dac6c978dd0d06bf14554d621ae7f9e;p=bup.git README: describe fuse module requirements Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index 53f84d2..807dce7 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ From source - Install the required python libraries (including the development libraries). + For `bup fuse` you will need to install + [python-fuse](https://github.com/libfuse/python-fuse) rather than + [fusepy](https://github.com/fusepy/fusepy). For example, in + Debian, install python3-fuse rather than python3-fusepy. + On very recent Debian/Ubuntu versions, this may be sufficient (run as root):