Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from okartal/master
Browse files Browse the repository at this point in the history
update install_superpack.sh
  • Loading branch information
Chris Fonnesbeck committed Sep 27, 2012
2 parents 7e8390e + 64f3d7c commit 29e30c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_superpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ echo 'Installing six'
${SUDO} "${PYTHON}" -m easy_install -N -Z six
echo 'Installing python-dateutil'
${SUDO} "${PYTHON}" -m easy_install -N -Z python-dateutil
echo 'Installing pytz'
${SUDO} "${PYTHON}" -m easy_install -N -Z pytz
echo 'Installing Tornado'
${SUDO} "${PYTHON}" -m easy_install -N -Z tornado
echo 'Installing pyzmq'
Expand Down

0 comments on commit 29e30c4

Please sign in to comment.