summaryrefslogtreecommitdiff
path: root/pip_install.sh
blob: 39827487ed6ce992cfe227c1b26683052e234568 (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 requirements.txt