summaryrefslogtreecommitdiffstats
path: root/DEVELOP.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOP.md')
-rw-r--r--DEVELOP.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index d6417b4e..8e9545e6 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -151,7 +151,23 @@ TBD
### CLI
-TBD
+Click currently supports Bash completion. The prerequisite for this is that the program
+needs to be installed correctly. To install Qtip, execute the following command in root
+folder of Qtip:
+
+```
+cd <project root>
+pip install -e .
+```
+
+Once the installation has been completed successfully, the following needs to be added to
+the `.bashrc` file:
+
+```
+eval "$(_QTIP_COMPLETE=source qtip)"
+```
+
+The above would activate command completion for Qtip.
### API