mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +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:
parent
7eb4fc5f22
commit
054dc0afcd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ tl;dr:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible
|
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 virtualenv
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
git clone https://github.com/trailofbits/algo
|
git clone https://github.com/trailofbits/algo
|
||||||
|
|
Loading…
Add table
Reference in a new issue