]> arthur.barton.de Git - bup.git/commitdiff
README: describe fuse module requirements
authorRob Browning <rlb@defaultvalue.org>
Tue, 28 Jun 2022 17:25:07 +0000 (12:25 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 1 Jul 2022 19:16:51 +0000 (14:16 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
README.md

index 53f84d2f3533ab87c2c7c90163616e5f1c0f2194..807dce7885a5ced175c329685e57aabcbe1baa80 100644 (file)
--- 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):