Skip to content

Instantly share code, notes, and snippets.

@mdornseif
Created November 11, 2010 07:25
Show Gist options
  • Save mdornseif/672153 to your computer and use it in GitHub Desktop.
Save mdornseif/672153 to your computer and use it in GitHub Desktop.
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