From c9a798493e14027bcfd185f75d33b443f56460f3 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 24 Apr 2017 17:34:09 +0200 Subject: [docs] add note about other shells for venv --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.rst') 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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- cgit v1.2.3