diff options
Diffstat (limited to 'pkg/pip_install_requirements.sh')
-rwxr-xr-x | pkg/pip_install_requirements.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/pip_install_requirements.sh b/pkg/pip_install_requirements.sh new file mode 100755 index 0000000..8576c8c --- /dev/null +++ b/pkg/pip_install_requirements.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Update pip and install LEAP base requirements. +# For convenience, u1db and dirspec are allowed with insecure flags enabled. +# Use at your own risk. +pip install -U pip +pip install --allow-external dirspec --allow-unverified dirspec -r pkg/requirements.pip |