Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Architecting a Culture of Quality

Architecting a Culture of Quality

Python Nordeste 2014

David Cramer

May 02, 2014
Tweet

More Decks by David Cramer

Other Decks in Programming

Transcript

  1. .PHONY: develop setup-env ! # install dependencies develop: setup-env npm

    install bower install env/bin/pip install -e . ! ! # ensure virtualenv setup-env: virtualenv ./env