Merge pull request #1025 from Nikkau/patch-1

Removing manual install of Pip and Distribute
This commit is contained in:
Parker Moore 2013-05-06 06:26:36 -07:00
commit 4cf99f7de0
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ OS X:
{% highlight bash %}
$ brew install python
# export PATH="/usr/local/share/python:${PATH}"
$ easy_install pip
$ pip install --upgrade distribute
$ pip install pygments
{% endhighlight %}