mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-01 04:38:45 +02:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user