summaryrefslogtreecommitdiff
path: root/pip_install.sh
blob: d1eff635d1c9b40da4046881c9fc4d5a8abb2712 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Install a bunch of pip modules that scott library depends upon.

set -e

python3 -m ensurepip --upgrade
pip install -r requirements.txt