Created
November 11, 2010 07:25
-
-
Save mdornseif/672153 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies: update_submodules update_virtualenv | |
update_virtualenv: | |
virtualenv --python=python2.5 --no-site-packages --unzip-setuptools pythonenv | |
pythonenv/bin/pip -q install -E pythonenv -r requirements.txt | |
update_submodules: clean | |
git submodule update --init lib/jinja2/ | |
git submodule update --init lib/CentralServices/ | |
git submodule update --init lib/DeadTrees/ | |
git submodule update --init lib/huSoftM/ | |
git submodule update --init lib/huTools/ | |
git submodule update --init lib/pyPostal/ | |
git submodule update --init lib/EDIlib/ | |
git submodule update --init lib/gae-sessions/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment