Merge "Fix minor typo error in development docs documentation In fuel-web/docs/develop/env.rst, following lines: virtualenv fuel-web-venv . virtualenv/bin/activate"

This commit is contained in:
Jenkins 2016-03-16 12:58:18 +00:00 committed by Gerrit Code Review
commit 8d7f83ebd4
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ Now you can create the virtual environment and activate it.
::
virtualenv fuel-web-venv
. virtualenv/bin/activate
. fuel-web-venv/bin/activate
And then install the dependencies.
::