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.
This commit is contained in:
Achim Staebler 2018-01-24 18:03:47 +01:00 committed by Dan Guido
parent 7eb4fc5f22
commit 054dc0afcd

View file

@ -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