This commit is contained in:
Josh Meisels 2017-04-12 20:43:07 +00:00 committed by GitHub
commit 44d3e94517

View file

@ -25,6 +25,10 @@ Install additional packages:
`sudo apt-get update && sudo apt-get install python-pip python-setuptools build-essential libssl-dev libffi-dev python-dev python-virtualenv git -y`
Install Six:
`pip install six`
Clone the Algo repository:
`git clone https://github.com/trailofbits/algo && cd algo`