Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f488637

Browse files
authored
Merge pull request baijum#90 from Surya9909/patch-1
Use pip first
2 parents dbc3702 + 4a9ddcb commit f488637

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/installation.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ This documentation explains Selenium 2 WebDriver API. Selenium
2222
Downloading Python bindings for Selenium
2323
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2424

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
2827
`pip <https://pip.pypa.io/en/latest/installing/>`_ to
2928
install the selenium package. Python 3.6 has pip available in the
3029
`standard library <https://docs.python.org/3.6/installing/index.html>`_.
@@ -37,6 +36,9 @@ to create isolated Python environments. Python 3 has `venv
3736
<https://docs.python.org/3/library/venv.html>`_
3837
which is almost the same as virtualenv.
3938

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+
4042
Drivers
4143
~~~~~~~
4244

0 commit comments

Comments
 (0)