Skip to content

Instantly share code, notes, and snippets.

@tpmccallum
Last active May 7, 2018 15:20
Show Gist options
  • Save tpmccallum/d647b5403412b9a87f068937f9f983cd to your computer and use it in GitHub Desktop.
Save tpmccallum/d647b5403412b9a87f068937f9f983cd to your computer and use it in GitHub Desktop.
Installing and testing NuCypher's pyUmbral on Ubuntu 16.04
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install python3-pip
sudo -H pip3 install pipenv
cd ~
git clone https://github.com/nucypher/pyUmbral.git
cd pyUmbral/
pipenv install
pipenv shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment