Skip to content

Commit

Permalink
Fix Bug 166
Browse files Browse the repository at this point in the history
  • Loading branch information
“Anjali committed Apr 12, 2016
1 parent 0acc27a commit 7c90a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/_containers/begin/2013-10-30-setup-your-machine.md
Expand Up @@ -134,7 +134,7 @@ To test if you have either GCC or clang, type `$ gcc` or `$ clang` into your ter

### pip

[pip][9], stands for “python install python”, is a tool for installing and managing Python packages. Within your Terminal application, use the following commands (ignore the leading `$` as that is your terminal prompt) for downloading & installing. It may prompt you for your computer login password.
[pip][9] is a tool for installing Python packages. Within your Terminal application, use the following commands (ignore the leading `$` as that is your terminal prompt) for downloading & installing. It may prompt you for your computer login password.

```bash
$ curl https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py | sudo python
Expand Down

0 comments on commit 7c90a8e

Please sign in to comment.