Correct virtualenv to activate

The wrong virtualenv was mentioned in the install instructions.

Change-Id: Ia220f4ee86fbf36432af70c62e6f05892e89f69d
This commit is contained in:
Richard Jones 2014-11-07 10:18:49 +01:00
parent 05101c200d
commit 93e7ff990a

View File

@ -21,7 +21,7 @@ First of all be sure to have tox installed on your machine then:
- Install the virtualenv containing nodejs: `tox -evenv`
- Source the new path containing grunt:
`source .tox/grunt_no_api/bin/activate`
`source .tox/venv/bin/activate`
- Now you can launch the grunt tasks of storyboard-webclient, by default run
the development server with the following command: `grunt server`