Merge pull request #742 from KTamayo/patch-1

Update developing-locally-webpack.rst
This commit is contained in:
Audrey Roy Greenfeld 2016-08-19 14:09:15 -07:00 committed by GitHub
commit e04cf36b40

View File

@ -5,7 +5,7 @@ Developing Locally with Webpack
The steps below will get you up and running with a super speedy local development environment with Webpack, React, Redux and Hot module Replacement.
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postres database::
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postgres database::
$ virtualenv env
$ source env/bin/activate