Unverified Commit 578e5f75 by devttys0 Committed by GitHub

Merge pull request #481 from sviehb/patch-1

Update deps.sh for Python 3 jefferson
parents de53f52d 84996d46
......@@ -85,9 +85,8 @@ function install_sasquatch
function install_jefferson
{
install_pip_package "cstruct==1.0"
git clone https://github.com/sviehb/jefferson
(cd jefferson && $SUDO python2 setup.py install)
(cd jefferson && $SUDO pip3 install -r requirements.txt && $SUDO python3 setup.py install)
$SUDO rm -rf jefferson
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment