From 56a5bded15d84180aff61672bedb680446b979bc Mon Sep 17 00:00:00 2001 From: shenry Date: Tue, 22 Sep 2015 03:00:51 -0700 Subject: [PATCH] Add in how to make virtual env --- docs/developing-locally.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index d4fd87745..d7ea76655 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -10,6 +10,8 @@ The steps below will get you up and running with a local development environment * PostgreSQL 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