summaryrefslogtreecommitdiff
path: root/server/pkg/pip_install_requirements.sh
blob: 71adebc7f0faee14cb95ec53485ac731513be251 (plain)
1
2
3
4
5
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 u1db --allow-unverified u1db --allow-external dirspec --allow-unverified dirspec -r pkg/requirements.pip