Files
heroku-buildpack-python/Makefile
T
Kenneth Reitz 3187d73b64 shocco
2012-03-23 15:58:45 -04:00

11 lines
317 B
Makefile

docs:
shocco -t 'Python Buildpack Compiler' ./bin/compile | browser
pip:
git clone git@github.com:kennethreitz/pip.git --branch heroku --depth 1
rm -fr vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz
rm -fr pip/.git
tar -pczf vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz pip
rm -fr pip