Skip to content

Commit e05a15f

Browse files
committed
Update the docs
1 parent 2b4ca9b commit e05a15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/install_python_pip_git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can [download Git from here](http://git-scm.com/downloads).
88

99
(You can also download SeleniumBase from GitHub without using git-related commands.)
1010

11-
### [Python 2.7 or 3.x](https://www.python.org)
11+
### [Python](https://www.python.org)
1212

1313
You can download Python from [https://www.python.org/downloads/](https://www.python.org/downloads/) if it's not already preinstalled on your machine.
1414

@@ -41,7 +41,7 @@ yum -y install python-pip
4141

4242
If you're having any trouble getting pip, you can [GET PIP HERE](https://pip.pypa.io/en/latest/installing/).
4343

44-
When done, make sure the location of pip is on your path, which is `$PATH` for macOS/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.)
44+
When done, make sure the location of pip is on your path, which is ``$PATH`` for macOS/Linux. (On Windows, it's the System Variables ``Path`` within System Environment Variables.)
4545

4646
You can also get pip (or fix pip) by using:
4747
```bash

0 commit comments

Comments
 (0)