Instructions for Ubuntu needed compiler install (#791)

build-essential and python-dev are required when compiling pycrypt. Added the necessary packages to the apt-get install line.
pull/794/head
Achim Staebler 6 years ago committed by Dan Guido
parent 7eb4fc5f22
commit 054dc0afcd

@ -8,7 +8,7 @@ tl;dr:
```shell
sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update && sudo apt-get install ansible python-pip
sudo apt-get update && sudo apt-get install ansible python-pip build-essential python-dev
pip install virtualenv
pip install --upgrade pip
git clone https://github.com/trailofbits/algo

Loading…
Cancel
Save