From b9f4e38bd74b4cd2b0d21f16a5f379f803debab3 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Wed, 4 Feb 2015 17:26:31 +0100 Subject: [PATCH] Updated pip-upgrade and README --- README.md | 2 +- pip-upgrade | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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