mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-29 14:49:22 +01:00
Add limnoria.bash to install Limnoria using pip.
This commit is contained in:
parent
007cc85415
commit
d6e59936ce
9
bash/python-install/limnoria.bash
Executable file
9
bash/python-install/limnoria.bash
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
if [[ $USER != "root" ]]; then
|
||||||
|
NOROOT="--user"
|
||||||
|
fi
|
||||||
|
|
||||||
|
pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt $NOROOT $1
|
||||||
|
## VERY EXPERIMENTAL, BROKEN AND DOES NOT EXIST!
|
||||||
|
#pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.vcs.txt $NOROOT $1
|
||||||
|
pip install git+https://github.com/ProgVal/Limnoria.git@master $NOROOT $1
|
Loading…
Reference in New Issue
Block a user