Update the documentation

This commit is contained in:
Michael Mintz 2022-08-07 11:30:27 -04:00
parent 3f0b396f7b
commit 5361e017a2
2 changed files with 7 additions and 9 deletions

View File

@ -170,9 +170,9 @@ pip install -e . # Or "pip install ."
pip install seleniumbase
```
> (Add ``--upgrade`` OR ``-U`` to install the latest ``seleniumbase``.)
> (Add ``--force-reinstall`` to also install the latest dependencies.)
> (Use ``pip3`` if multiple versions of Python are installed.)
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
* (Add ``--force-reinstall`` to upgrade dependencies.)
* (Use ``pip3`` if multiple versions of Python are present.)
To upgrade an existing install from PyPI:

View File

@ -43,15 +43,13 @@ pip install git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=sele
<h3><code>pip install</code> can be customized:</h3>
> (Add ``--upgrade`` OR ``-U`` to upgrade an installation.)
> (Add ``--force-reinstall`` to upgrade dependencies.)
> (Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.)
> (Use ``pip3`` if multiple versions of Python are installed.)
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
* (Add ``--force-reinstall`` to upgrade dependencies.)
* (Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.)
* (Use ``pip3`` if multiple versions of Python are present.)
(If you're not using a virtual environment, you may need to add <code>--user</code> to your <code>pip</code> command if you're seeing errors during installation.)
--------
[<img src="https://seleniumbase.io/cdn/img/sb_logo_10t.png" title="SeleniumBase" width="200">](https://github.com/seleniumbase/SeleniumBase/)
<a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_b.png" alt="SeleniumBase" title="SeleniumBase" width="200" /></a>