Merge "Fix path to virtualenv in usage guide"

This commit is contained in:
Zuul 2018-08-02 20:52:17 +00:00 committed by Gerrit Code Review
commit 34e410dd46

View File

@ -10,7 +10,7 @@ Command Line Interface
Where a prompt starts with ``(kayobe)`` it is implied that the user has
activated the Kayobe virtualenv. This can be done as follows::
$ source kayobe/bin/activate
$ source /path/to/venv/bin/activate
To deactivate the virtualenv::