Skip to content

Instantly share code, notes, and snippets.

@upbeta01
Created April 3, 2018 12:06
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 upbeta01/1ea7888c73d76fba71516b710b73a177 to your computer and use it in GitHub Desktop.
Save upbeta01/1ea7888c73d76fba71516b710b73a177 to your computer and use it in GitHub Desktop.
sudo apt-get install python-pip build-essential python-dev libffi-dev libssl-dev
sudo apt-get remove python-setuptools
wget https://bootstrap.pypa.io/get-pip.py
sudo -H python get-pip.py
sudo -H pip install -U pip setuptools
sudo pip install magic-wormhole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment