Unverified Commit 84996d46 by Stefan Viehböck Committed by GitHub

Update deps.sh

parent 5d18edd1
...@@ -85,7 +85,6 @@ function install_sasquatch ...@@ -85,7 +85,6 @@ function install_sasquatch
function install_jefferson function install_jefferson
{ {
install_pip_package "-r requirements.txt"
git clone https://github.com/sviehb/jefferson git clone https://github.com/sviehb/jefferson
(cd jefferson && $SUDO pip3 install -r requirements.txt && $SUDO python3 setup.py install) (cd jefferson && $SUDO pip3 install -r requirements.txt && $SUDO python3 setup.py install)
$SUDO rm -rf jefferson $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