Skip to content

Commit 2200fc2

Browse files
committed
Update the ReadMe
1 parent 4582f0a commit 2200fc2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ git clone https://github.com/seleniumbase/SeleniumBase.git
1414
```
1515

1616
#### Upgrade [pip](https://pypi.org/project/pip/) and [setuptools](https://pypi.org/project/setuptools/) to the latest versions:
17-
18-
* (You may need to add ``--user`` to the command if you're not inside a [Python virtual environment](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md), or use "[sudo](https://en.wikipedia.org/wiki/Sudo)" on a UNIX-based OS.)
1917
```
2018
python -m pip install -U pip setuptools
2119
```
20+
* (You may need to add ``--user`` to the command if you're not inside a [Python virtual environment](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md), or use "[sudo](https://en.wikipedia.org/wiki/Sudo)" on a UNIX-based OS.)
2221

2322
#### Install SeleniumBase:
2423
```
2524
cd SeleniumBase
2625
pip install -U -r requirements.txt
2726
python setup.py install
2827
```
29-
* Use ``python setup.py develop`` if configuring seleniumbase in a virtual environment.
28+
* (Use ``python setup.py develop`` if configuring seleniumbase inside a virtual environment.)
3029

3130
#### Install a web driver to the [seleniumbase/drivers](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/drivers) folder:
3231
```
@@ -39,7 +38,7 @@ cd examples
3938
pytest my_first_test.py --browser=chrome
4039
```
4140

42-
(You need a different web driver for each web browser you want to run automation on: ``chromedriver`` for Chrome, ``edgedriver`` for Edge, ``geckodriver`` for Firefox, ``operadriver`` for Opera, and ``iedriver`` for Internet Explorer.)
41+
* (You need a different web driver for each web browser you want to run automation on: ``chromedriver`` for Chrome, ``edgedriver`` for Edge, ``geckodriver`` for Firefox, ``operadriver`` for Opera, and ``iedriver`` for Internet Explorer.)
4342

4443
<img src="https://cdn2.hubspot.net/hubfs/100006/images/sb_logo_box2.png" title="SeleniumBase" height="32">
4544

0 commit comments

Comments
 (0)