We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d12f4e commit 6beffa0Copy full SHA for 6beffa0
py/docs/source/index.rst
@@ -51,11 +51,11 @@ Install or upgrade the Python bindings with `pip <https://pip.pypa.io/>`.
51
52
Latest official release::
53
54
- pip install selenium
+ pip install -U selenium
55
56
Nightly development release::
57
58
- pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ selenium
+ pip install -U --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ selenium
59
60
Note: you should consider using a
61
`virtual environment <https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments>`_
0 commit comments