Skip to content

Instantly share code, notes, and snippets.

@Hydrotoast
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hydrotoast/9123d6ac53342f94a489 to your computer and use it in GitHub Desktop.
Save Hydrotoast/9123d6ac53342f94a489 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Ensure that your CWD is your project root
wget https://pypi.python.org/packages/source/s/simpy/simpy-3.0.5.tar.gz#md5=19262488f1b0e6b77556820dd2b42d67
tar xzf simpy-*.tar.gz
mv simpy-*/simpy .
# Cleanup deployment artifacts
rm simpy-*.tar.gz
rm -rf simpy-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment