Skip to content

Setting up your local development environment (OS X)

Carl Licata edited this page Jun 29, 2016 · 2 revisions

Install Python and pip

Assuming that you have Homebrew installed, you can install Python (as well as pip) with:

brew install python

Install project dependencies with pip

pip install -r requirements.txt

Start the development server

python flask_app.py