summaryrefslogtreecommitdiff
path: root/pkg/pip_install_requirements.sh
blob: 8576c8c583628db0965a1463e0c816b4cce4dc28 (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 dirspec --allow-unverified dirspec -r pkg/requirements.pip