From cecc8e0be5894eb172a75d19e1eec2aee3aecb68 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 2 May 2020 22:52:51 +0100 Subject: [PATCH] mention snap tab copletion in readme --- .meta/.readme.rst | 3 +++ README.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.meta/.readme.rst b/.meta/.readme.rst index 510636c2..29b0bcc0 100644 --- a/.meta/.readme.rst +++ b/.meta/.readme.rst @@ -111,6 +111,9 @@ There are 3 channels to choose from: snap install tqdm --candidate # master branch snap install tqdm --edge # devel branch +Note than ``snap`` binaries are purely for CLI use (not ``import``-able), and +automatically set up ``bash`` tab-completion. + Latest Docker release ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 9e4f50b6..1d2dae23 100644 --- a/README.rst +++ b/README.rst @@ -111,6 +111,9 @@ There are 3 channels to choose from: snap install tqdm --candidate # master branch snap install tqdm --edge # devel branch +Note than ``snap`` binaries are purely for CLI use (not ``import``-able), and +automatically set up ``bash`` tab-completion. + Latest Docker release ~~~~~~~~~~~~~~~~~~~~~