You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Specify the dependency in the project `build.gradle` file as `testImplementation
37
37
{{% /tab %}}
38
38
{{% tab header="Python" %}}
39
39
The minimum supported Python version for each Selenium version can be found
40
-
in `Supported Python Versions` on [PyPi](https://pypi.org/project/selenium/)
40
+
in "Supported Python Versions" on [PyPi](https://pypi.org/project/selenium/).
41
41
42
42
There are a couple different ways to install Selenium.
43
43
@@ -50,11 +50,11 @@ pip install selenium
50
50
51
51
### Download
52
52
53
-
Alternatively you can download the [PyPI source archive](https://pypi.org/project/selenium/#files)
54
-
(selenium-x.x.x.tar.gz) and install it using _setup.py_:
53
+
Alternatively you can download the [PyPI Built Distribution](https://pypi.org/project/selenium/#files)
54
+
(selenium-x.x.x.-py3-none-any.whl) and install it using _pip_:
0 commit comments