mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update pre-install_redhat_centos_6.x.md
This commit is contained in:
parent
6522afde8c
commit
7b7185fcd2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pip -q install setuptools --upgrade
|
|||
|
||||
wget -q https://github.com/trailofbits/algo/archive/master.zip
|
||||
unzip master.zip
|
||||
cd algo-master || echo "No Algo directory found" && exit
|
||||
cd algo-master || echo "No Algo directory found"
|
||||
|
||||
# Must be run from algo-master dir:
|
||||
pip -q install -r requirements.txt # install Algo local (pusher) dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue