summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/configguide/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing/user/configguide/configuration.rst')
-rw-r--r--docs/testing/user/configguide/configuration.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/testing/user/configguide/configuration.rst b/docs/testing/user/configguide/configuration.rst
index f048558e..58abd072 100644
--- a/docs/testing/user/configguide/configuration.rst
+++ b/docs/testing/user/configguide/configuration.rst
@@ -61,6 +61,26 @@ be navigated to using the following command.
cd repos/qtip
+Install from source code
+========================
+
+You may try out the latest version of QTIP by installing from source code. It is recommended to run it under Python
+``virtualenv`` so it won't screw system libraries.
+
+Run the following commands::
+
+ git clone https://git.opnfv.org/qtip && cd qtip
+ virtualenv .venv && source .venv/bin/activate
+ pip install -e .
+
+Use the following command to exit virtualenv::
+
+ deactivate
+
+Re-enter the virtualenv with::
+
+ cd <qtip-directory>
+ source .venv/bin/activate
Environment configuration
=========================