File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ This documentation explains Selenium 2 WebDriver API. Selenium
22
22
Downloading Python bindings for Selenium
23
23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
24
25
- You can download Python bindings for Selenium from the `PyPI page for
26
- selenium package <https://pypi.python.org/pypi/selenium> `_. However,
27
- a better approach would be to use
25
+
26
+ Use
28
27
`pip <https://pip.pypa.io/en/latest/installing/ >`_ to
29
28
install the selenium package. Python 3.6 has pip available in the
30
29
`standard library <https://docs.python.org/3.6/installing/index.html >`_.
@@ -37,6 +36,9 @@ to create isolated Python environments. Python 3 has `venv
37
36
<https://docs.python.org/3/library/venv.html> `_
38
37
which is almost the same as virtualenv.
39
38
39
+ You can also download Python bindings for Selenium from the _`PyPI page for
40
+ selenium package <https://pypi.python.org/pypi/selenium>`_. and install manually.
41
+
40
42
Drivers
41
43
~~~~~~~
42
44
You can’t perform that action at this time.
0 commit comments