Skip to content

Commit c236763

Browse files
committed
Update the ReadMe
1 parent 6de9b5d commit c236763

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ cd SeleniumBase
2121
pip install -r requirements.txt
2222
python setup.py develop
2323
```
24+
* ("``pip install -e .``" also works from the top-level SeleniumBase folder.)
2425

25-
You can also install SeleniumBase from [PyPI](https://pypi.python.org/pypi/seleniumbase): [<img src="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg" alt="pypi" />](https://pypi.python.org/pypi/seleniumbase)
26+
SeleniumBase can also be installed from [PyPI](https://pypi.python.org/pypi/seleniumbase): [<img src="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg" alt="pypi" />](https://pypi.python.org/pypi/seleniumbase)
2627
```
2728
pip install seleniumbase
2829
```
29-
* (Add ``--upgrade`` to get the latest packages and ``--force-reinstall`` with ``--no-cache-dir`` to force a reinstall without using the existing cache.)
30+
* (Add ``--upgrade`` to get the latest packages. Add ``--force-reinstall`` with ``--no-cache-dir`` to force a clean installation.)
3031

3132
You can also install a specific GitHub branch of SeleniumBase:
3233
```

0 commit comments

Comments
 (0)