Skip to content

Commit b3168b1

Browse files
committed
Update help docs
1 parent 5d99e5c commit b3168b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

help_docs/install_python_pip_git.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ If you're having any trouble getting pip, you can [GET PIP HERE](https://pip.pyp
3232

3333
When done, make sure the location of pip is on your path, which is `$PATH` for Mac/Linux. (On Windows, it's the System Variables `Path` within System Environment Variables. Ex: Add "C:/Python27/Scripts/" to the end of the `Path` variable.)
3434

35+
You can also get pip (or fix pip) by using:
36+
```bash
37+
curl https://bootstrap.pypa.io/get-pip.py | python
38+
```
39+
40+
(If you get SSL errors while trying to install packages with pip, see [this Stackoverflow post](https://stackoverflow.com/questions/49768770/not-able-to-install-python-packages-ssl-tlsv1-alert-protocol-version), which tells you to run the above command.)
41+
3542
### [Homebrew](http://brew.sh/) (MAC-ONLY) (OPTIONAL)
3643

3744
The Homebrew package manager allows you to install things more easily on MacOS, such as Git and Chromedriver.

0 commit comments

Comments
 (0)