From 6d87edee591a79626a03d7679735553fe4f0146c Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 2 Sep 2015 13:38:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index addedfc..1759bb6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Week 3 Day 3 Today we will be bringing together everything we've learned so far. We'll also be reaching out to the internet for data for the very first time. -We're going to need to go outside Python's core library for the very first time. This means installing the Python package manager, (https://en.wikipedia.org/wiki/Pip_(package_manager)[Pip]. +We're going to need to go outside Python's core library for the very first time. This means installing the Python package manager, [Pip](https://en.wikipedia.org/wiki/Pip_(package_manager)). To install Pip on Ubuntu: