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

Skip to content

Commit dbc3702

Browse files
committed
recommend venv
1 parent 373109c commit dbc3702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/installation.rst

Lines changed: 3 additions & 3 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.5 and above.
16+
Python versions are 3.5 and above.
1717

1818
This documentation explains Selenium 2 WebDriver API. Selenium
1919
1 / Selenium RC API is not covered here.
@@ -33,8 +33,8 @@ Using `pip`, you can install selenium like this::
3333
pip install selenium
3434

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

4040
Drivers

0 commit comments

Comments
 (0)