Skip to content

Commit bb65b1b

Browse files
committed
Update the ReadMe
1 parent b2c1acb commit bb65b1b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2 align="center"><a align="center" href="https://github.com/seleniumbase/SeleniumBase/"><img align="center" src="https://cdn2.hubspot.net/hubfs/100006/images/blue_logo_7.png" alt="SeleniumBase" height="170" /></a></h1>
1+
<h2 align="center"><a align="center" href="https://github.com/seleniumbase/SeleniumBase/"><img align="center" src="https://cdn2.hubspot.net/hubfs/100006/images/blue_logo_7.png" alt="SeleniumBase" height="170"></a></h2>
22

33
<p align="center">
44
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
@@ -55,10 +55,13 @@ 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-
* 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:
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+
6265
```bash
6366
python -m pip install -U pip
6467
```

0 commit comments

Comments
 (0)