summaryrefslogtreecommitdiffstats
path: root/DEVELOP.md
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-07 03:31:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-07 03:31:56 +0000
commitfb50b97e6ecf15320b3a32d36d418e06e76a7099 (patch)
tree0b86fe97b1ba1b8086d188acc14f20839a69eea4 /DEVELOP.md
parente260a6e8e710b8b92787aa1a6044479bd33ca431 (diff)
parentb9cd2373ea154f246e4b2734fa943594a65c1ece (diff)
Merge "Qtip command completion."
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 893efca4..bdb8aa66 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -94,7 +94,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