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

Skip to content

Commit 70307ff

Browse files
committed
update versions
1 parent d98b047 commit 70307ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WebDriver in an intuitive way.
1313

1414
Selenium Python bindings provide a convenient API to access Selenium
1515
WebDrivers like Firefox, Ie, Chrome, Remote etc. The current supported
16-
Python versions are 2.7, 3.2 and above.
16+
Python versions are 2.7, 3.5 and above.
1717

1818
This documentation explains Selenium 2 WebDriver API. Selenium
1919
1 / Selenium RC API is not covered here.
@@ -26,15 +26,15 @@ You can download Python bindings for Selenium from the `PyPI page for
2626
selenium package <https://pypi.python.org/pypi/selenium>`_. However,
2727
a better approach would be to use
2828
`pip <https://pip.pypa.io/en/latest/installing/>`_ to
29-
install the selenium package. Python 3.5 has pip available in the
30-
`standard library <https://docs.python.org/3.5/installing/index.html>`_.
29+
install the selenium package. Python 3.6 has pip available in the
30+
`standard library <https://docs.python.org/3.6/installing/index.html>`_.
3131
Using `pip`, you can install selenium like this::
3232

3333
pip install selenium
3434

3535
You may consider using `virtualenv <http://www.virtualenv.org>`_
36-
to create isolated Python environments. Python 3.5 has `pyvenv
37-
<https://docs.python.org/3.5/using/scripts.html#scripts-pyvenv>`_
36+
to create isolated Python environments. Python 3.6 has `pyvenv
37+
<https://docs.python.org/3.6/using/scripts.html#scripts-pyvenv>`_
3838
which is almost same as virtualenv.
3939

4040
Drivers
@@ -65,7 +65,7 @@ Detailed instructions for Windows users
6565

6666
You should have internet connection to perform this installation.
6767

68-
1. Install Python 3.5 using the `MSI available in python.org download
68+
1. Install Python 3.6 using the `MSI available in python.org download
6969
page <http://www.python.org/download>`_.
7070

7171
2. Start a command prompt using the ``cmd.exe`` program and run the

0 commit comments

Comments
 (0)