#!/bin/sh

# http://stackoverflow.com/a/3452888/353337
pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
