Add virtualenv creation instructions

This commit is contained in:
2018-06-22 16:23:44 +02:00
parent d9cf2d8631
commit fad1aa75e9

View File

@@ -25,11 +25,11 @@ git clone git://git.blender.org/blender-cloud.git
### Initial setup and configuration ### Initial setup and configuration
Switch to the (previously created) virtualenv for the project and install the requirements: Create a virtualenv for the project and install the requirements:
``` ```
cd /home/guest/Developer/blender-cloud cd blender-cloud
workon blender-cloud mkvirtualenv blender-cloud -p python3.6
pip install -r requirements-dev.txt pip install -r requirements-dev.txt
``` ```