Skip to content

Commit d84e2a6

Browse files
committed
Update ReadMe
1 parent bb65b1b commit d84e2a6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,10 @@ pytest test_swag_labs.py --demo
5555
<a id="python_installation"></a>
5656
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3.png" title="SeleniumBase" height="32" /> Get Started
5757

58-
<ul>
59-
<li>Requires <b><a href="https://www.python.org/downloads/">Python</a></b> and <b><a href="https://git-scm.com/">Git</a>.</b></li>
60-
<li><a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE" alt="Python:2.7|3.5|3.6|3.7|3.8" />]</a></li>
61-
<li>A <a href="https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/">Python virtual env</a> is recommended.<i><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md"> See shortcut</a>.</i></li>
62-
<li>Upgrade <b><a href="https://pypi.org/project/pip/">pip</a></b> to prevent warnings:</li>
63-
</ul>
64-
58+
* Requires **[Python](https://www.python.org/downloads/)** and **[Git](https://git-scm.com/)**
59+
* [<img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE" alt="Python:2.7|3.5|3.6|3.7|3.8" />](https://www.python.org/downloads/)
60+
* A [Python virtual env](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) is recommended. <i><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md">See shortcut</a>.</i>
61+
* Upgrade **[pip](https://pypi.org/project/pip/)** to prevent warnings:
6562
```bash
6663
python -m pip install -U pip
6764
```

0 commit comments

Comments
 (0)