While our Python SDK now supports Python 3.4+, our FUSE driver does not yet. On
authorWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 21 May 2019 17:27:41 +0000 (13:27 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 21 May 2019 17:27:41 +0000 (13:27 -0400)
the FUSE driver installation page, we should be mentioning the latter, not the
former.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

doc/sdk/python/arvados-fuse.html.textile.liquid

index 6bf7950b20e1c273c1d68ab297ef2be199b832d4..b900dc932ffcb105a217686dbeac67aecee9e23b 100644 (file)
@@ -19,7 +19,7 @@ If you are logged in to an Arvados VM, the @arv-mount@ utility should already be
 To use the FUSE driver elsewhere, you can install from a distribution package, PyPI, or source.
 
 {% include 'notebox_begin' %}
-The Python SDK supports Python 2.7 and 3.4+
+The Arvados FUSE driver requires Python 2.7
 {% include 'notebox_end' %}
 
 h4. Option 1: Install from distribution packages