You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(<i>Requires **[Python/Pip](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/install_python_pip_git.md)**[<imgsrc="https://img.shields.io/badge/python-2.7,_3.5,_3.6,_3.7-22AADD.svg"alt="Python versions" />](https://www.python.org/downloads/). Optionally, you may want to use a [Python virtual environment](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md) to isolate Python dependencies between projects.</i>)
15
+
You'll need **[Python](https://www.python.org/downloads/)**[<imgsrc="https://img.shields.io/badge/python-2.7,_3.5,_3.6,_3.7-22AADD.svg"alt="Python versions" />](https://www.python.org/downloads/)
16
16
17
-
### <imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png"title="SeleniumBase"height="32"> Git clone and install SeleniumBase:
17
+
Optionally, you may want a [Python virtual environment](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md) to isolate Python dependencies between projects.
* ("``pip install -e .``" also works from the top-level SeleniumBase folder.)
25
41
26
-
SeleniumBase can also be installed from [PyPI](https://pypi.python.org/pypi/seleniumbase): [<imgsrc="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg"alt="pypi" />](https://pypi.python.org/pypi/seleniumbase)
27
-
```
28
-
pip install seleniumbase
29
-
```
30
-
* (Add ``--upgrade`` to get the latest packages. Add ``--force-reinstall`` with ``--no-cache-dir`` to force a clean installation.)
31
-
32
42
You can also install a specific GitHub branch of SeleniumBase:
Copy file name to clipboardExpand all lines: help_docs/install_python_pip_git.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,21 @@ You can [download Git from here](http://git-scm.com/downloads).
8
8
9
9
(You can also download SeleniumBase from GitHub without using git-related commands.)
10
10
11
-
### [Python 2.7 or 3.x](https://www.python.org/downloads/)
11
+
### [Python 2.7 or 3.x](https://www.python.org)
12
12
13
-
#### macOS:
14
-
15
-
Python should already come preinstalled. You can use both Python 2.7 or Python 3.6+ with SeleniumBase. If you have [Homebrew](https://brew.sh/) installed, you can use: ``brew install python3`` to install Python 3. Or you can just get everything from [https://www.python.org/downloads/](https://www.python.org/downloads/).
16
-
17
-
The official docs.python-guide.org instructions here: [Installing Python 2 on Mac OS X](https://docs.python-guide.org/starting/install/osx/) and [Installing Python 3 on Mac OS X](https://docs.python-guide.org/starting/install3/osx/#install3-osx). (NOTE: Apple has rebranded OS X as macOS but this has not been reflected in the official docs.python-guide.org instructions yet.)
18
-
19
-
#### Windows:
20
-
21
-
You can [download Python 2.7 from here](https://www.python.org/downloads/release/python-2713/) OR [download Python 3.6.6 from here](https://www.python.org/downloads/release/python-366/).
13
+
You can download Python from [https://www.python.org/downloads/](https://www.python.org/downloads/) if it's not already preinstalled on your machine.
0 commit comments