Created
April 3, 2018 12:06
-
-
Save upbeta01/1ea7888c73d76fba71516b710b73a177 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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