Easier and more self documenting patterns for loading/saving Persistent
[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