Skip to content

Commit

Permalink
[py] Update README command install source distribution from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
VietND96 authored Dec 2, 2024
1 parent 4f07e4a commit dd8c914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you have `pip <https://pip.pypa.io/>`_ on your system, you can simply install

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

python setup.py install
python -m pip install .

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

Expand Down

0 comments on commit dd8c914

Please sign in to comment.