mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-04 02:53:06 +02:00
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:
parent
8fbc1348e0
commit
b6b833d2a7
1 changed files with 5 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue