diff --git a/README.md b/README.md index 2c25413..43f2042 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![WTFPL Licensed!](http://img.shields.io/badge/license-WTFPL-blue.svg) The dotfiles I use. Includes configuration files for vim, bash, ghci, python, -zsh and git. +zsh and git; also a pip installation script. Some of the configurations are OS X-centric(some of it is also usable on Debian, though). The OS X version I use is 10.10(Yosemite) and I use Homebrew as my package diff --git a/pip-upgrade b/pip-upgrade index 1a88434..f6bd490 100644 --- a/pip-upgrade +++ b/pip-upgrade @@ -1,3 +1,4 @@ +#!/usr/bin/env python import pip from subprocess import call