forked from 0x2620/pandora
use pip for local installs
This commit is contained in:
parent
4ef8773562
commit
667ad0c9d5
1 changed files with 3 additions and 1 deletions
4
ctl
4
ctl
|
@ -39,7 +39,9 @@ if [ "$action" = "init" ]; then
|
||||||
$SUDO git clone -b $branch https://git.0x2620.org/${package}.git src/${package}
|
$SUDO git clone -b $branch https://git.0x2620.org/${package}.git src/${package}
|
||||||
fi
|
fi
|
||||||
cd ${BASE}/src/${package}
|
cd ${BASE}/src/${package}
|
||||||
$SUDO ${BASE}/bin/python setup.py develop
|
|
||||||
|
$SUDO ${BASE}/bin/pip install -e .
|
||||||
|
|
||||||
done
|
done
|
||||||
cd ${BASE}
|
cd ${BASE}
|
||||||
$SUDO ./bin/pip install -r requirements.txt
|
$SUDO ./bin/pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue