d1eff635d1c9b40da4046881c9fc4d5a8abb2712
[python_utils.git] / pip_install.sh
1 #!/bin/bash
2
3 # Install a bunch of pip modules that scott library depends upon.
4
5 set -e
6
7 python3 -m ensurepip --upgrade
8 pip install -r requirements.txt