Skip to content

Commit 5361e01

Browse files
committed
Update the documentation
1 parent 3f0b396 commit 5361e01

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ pip install -e . # Or "pip install ."
170170
pip install seleniumbase
171171
```
172172

173-
> (Add ``--upgrade`` OR ``-U`` to install the latest ``seleniumbase``.)
174-
> (Add ``--force-reinstall`` to also install the latest dependencies.)
175-
> (Use ``pip3`` if multiple versions of Python are installed.)
173+
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
174+
* (Add ``--force-reinstall`` to upgrade dependencies.)
175+
* (Use ``pip3`` if multiple versions of Python are present.)
176176

177177
To upgrade an existing install from PyPI:
178178

help_docs/install.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ pip install git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=sele
4343

4444
<h3><code>pip install</code> can be customized:</h3>
4545

46-
> (Add ``--upgrade`` OR ``-U`` to upgrade an installation.)
47-
> (Add ``--force-reinstall`` to upgrade dependencies.)
48-
> (Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.)
49-
> (Use ``pip3`` if multiple versions of Python are installed.)
46+
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
47+
* (Add ``--force-reinstall`` to upgrade dependencies.)
48+
* (Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.)
49+
* (Use ``pip3`` if multiple versions of Python are present.)
5050

5151
(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.)
5252

5353
--------
5454

5555
[<img src="https://seleniumbase.io/cdn/img/sb_logo_10t.png" title="SeleniumBase" width="200">](https://github.com/seleniumbase/SeleniumBase/)
56-
57-
<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>

0 commit comments

Comments
 (0)