Skip to content

Commit

Permalink
Merge pull request #90 from Surya9909/patch-1
Browse files Browse the repository at this point in the history
Use pip first
  • Loading branch information
baijum committed Sep 29, 2020
2 parents dbc3702 + 4a9ddcb commit f488637
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ This documentation explains Selenium 2 WebDriver API. Selenium
Downloading Python bindings for Selenium
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can download Python bindings for Selenium from the `PyPI page for
selenium package <https://pypi.python.org/pypi/selenium>`_. However,
a better approach would be to use

Use
`pip <https://pip.pypa.io/en/latest/installing/>`_ to
install the selenium package. Python 3.6 has pip available in the
`standard library <https://docs.python.org/3.6/installing/index.html>`_.
Expand All @@ -37,6 +36,9 @@ to create isolated Python environments. Python 3 has `venv
<https://docs.python.org/3/library/venv.html>`_
which is almost the same as virtualenv.

You can also download Python bindings for Selenium from the _`PyPI page for
selenium package <https://pypi.python.org/pypi/selenium>`_. and install manually.

Drivers
~~~~~~~

Expand Down

0 comments on commit f488637

Please sign in to comment.