Updated pip-upgrade and README

This commit is contained in:
Veit Heller
2015-02-04 17:26:31 +01:00
parent 3983347657
commit b9f4e38bd7
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
import pip
from subprocess import call