Skip to content

Commit

Permalink
Added command to install PIL
Browse files Browse the repository at this point in the history
  • Loading branch information
baijum committed Feb 3, 2011
1 parent 1205380 commit c3846af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap_run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
echo "Creating virtualenv"
virtualenv --clear --no-site-packages ve
echo "Installing PIL"
wget -c http://dist.repoze.org/PIL-1.1.6.tar.gz
./ve/bin/easy_install PIL-1.1.6.tar.gz
echo "Installing dependencies"
./ve/bin/python setup.py develop
echo "Creating tables"
Expand Down

0 comments on commit c3846af

Please sign in to comment.