Add in how to make virtual env

This commit is contained in:
shenry 2015-09-22 03:00:51 -07:00
parent 42cd5ff797
commit 56a5bded15

View File

@ -11,6 +11,8 @@ The steps below will get you up and running with a local development environment
First make sure to create and activate a virtualenv_, then open a terminal at the project root and install the requirements for local development:: First make sure to create and activate a virtualenv_, then open a terminal at the project root and install the requirements for local development::
$ mkvirtualenv --python=/usr/bin/python3 {{cookiecutter.repo_name}}
$ pip install -r requirements/local.txt $ pip install -r requirements/local.txt
.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/ .. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/