Add step to install Six and clarify cloning repo

Based on my experience, if you go back to Step 4 in the general readme, it will fail due to Six not being installed. Added step to manually install Six.

Also added clarification on the command to clone the Algo repo.
This commit is contained in:
Josh Meisels 2017-03-26 22:41:12 -07:00 committed by GitHub
parent 8fbc1348e0
commit b6b833d2a7

View file

@ -25,8 +25,12 @@ 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:
`https://github.com/trailofbits/algo && cd algo`
`git clone https://github.com/trailofbits/algo && cd algo`
Now, you can go through the [README](https://github.com/trailofbits/algo#deploy-the-algo-server) (start from the 4th step) and deploy your Algo server!