Skip to content

Instantly share code, notes, and snippets.

@jstangroome
Last active August 29, 2015 14:10
Show Gist options
  • Save jstangroome/5892610739f77746bcad to your computer and use it in GitHub Desktop.
Save jstangroome/5892610739f77746bcad to your computer and use it in GitHub Desktop.
Install pathod on Ubuntu Trusty
#!/bin/bash -xe
sudo apt-get install python-pip python-dev libffi-dev libssl-dev
sudo pip install six cryptography pathod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment