summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-04-24 17:34:09 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-04-27 19:33:25 +0200
commitc9a798493e14027bcfd185f75d33b443f56460f3 (patch)
tree70a5fb4d7cee059214bf85a7020c7be1fb99a6da /README.rst
parent47b30db62f339f5143298b3bcb6e2709b5a99926 (diff)
[docs] add note about other shells for venv
Diffstat (limited to 'README.rst')
-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
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++