From a03c07dab39b5efff91468ca8536673af25b8905 Mon Sep 17 00:00:00 2001 From: Achim Staebler <4sm0d3us@gmail.com> Date: Tue, 23 Jan 2018 16:45:33 +0100 Subject: [PATCH] Instructions for Ubuntu needed compiler install build-essential and python-dev are required when compiling pycrypt. Added the necessary packages to the apt-get install line. --- docs/deploy-to-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-to-ubuntu.md b/docs/deploy-to-ubuntu.md index 62e58f94..5516611b 100644 --- a/docs/deploy-to-ubuntu.md +++ b/docs/deploy-to-ubuntu.md @@ -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