diff options
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |