Skip to content

Commit 6beffa0

Browse files
committed
Add back pip install -U
1 parent 0d12f4e commit 6beffa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Install or upgrade the Python bindings with `pip <https://pip.pypa.io/>`.
5151

5252
Latest official release::
5353

54-
pip install selenium
54+
pip install -U selenium
5555

5656
Nightly development release::
5757

58-
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ selenium
58+
pip install -U --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ selenium
5959

6060
Note: you should consider using a
6161
`virtual environment <https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments>`_

0 commit comments

Comments
 (0)