Skip to content

Commit 4977e7c

Browse files
VietND96sandeepsuryaprasad
authored andcommitted
[py] Update README command install source distribution from PyPI
Follow https://packaging.python.org/en/latest/discussions/setup-py-deprecated/
1 parent 41458c7 commit 4977e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you have `pip <https://pip.pypa.io/>`_ on your system, you can simply install
3535

3636
Alternately, you can download the source distribution from `PyPI <https://pypi.org/project/selenium/#files>`, unarchive it, and run::
3737

38-
python setup.py install
38+
python -m pip install .
3939

4040
Note: You may want to consider using `virtualenv <http://www.virtualenv.org/>`_ to create isolated Python environments.
4141

0 commit comments

Comments
 (0)