The conditional before running pip install was unnecessary, "pip install" on already installed packages is fast (as long as it's not --upgrade), and --quiet makes it not spam the console. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>