Skip to content

Commit efe21ba

Browse files
committed
Update the ReadMe
1 parent d4380c1 commit efe21ba

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
@@ -18,7 +18,8 @@ pytest my_first_test.py --demo_mode
1818
```
1919
git clone https://github.com/seleniumbase/SeleniumBase.git
2020
cd SeleniumBase
21-
pip install -e .
21+
pip install -r requirements.txt
22+
python setup.py develop
2223
```
2324

2425
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)
@@ -29,7 +30,7 @@ pip install seleniumbase
2930

3031
You can also install a specific GitHub branch of SeleniumBase:
3132
```
32-
pip install -e git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=seleniumbase
33+
pip install git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=seleniumbase
3334
```
3435

3536
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Download a web driver:

0 commit comments

Comments
 (0)