Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥

Architecting a Culture of Quality

Architecting a Culture of Quality

Python Nordeste 2014

Avatar for David Cramer

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