summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 9d8fc78f..971a7551 100644
--- a/README.rst
+++ b/README.rst
@@ -116,6 +116,8 @@ Install and activate a virtualenv::
virtualenv venv
source venv/bin/activate
+(Refer to the `virtualenv documentation` if you're not using bash/zsh/dash).
+
All the subsequent commands assume that you have activated the virtualenv.
Install all the python dependencies::
@@ -126,6 +128,8 @@ Run application::
bitmaskd
+.. _`virtualenv documentation`: https://virtualenv.pypa.io/en/stable/userguide/#activate-script
+
Run user interface frontend
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++