Skip to content

Commit 34cabf2

Browse files
committed
Update the ReadMe
1 parent 3d9f067 commit 34cabf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ A reliable solution for fast & simple browser automation and testing with [WebDr
77
#### Quick start in a few steps: (Requires [Python](https://www.python.org/downloads/) and [Git](https://git-scm.com/))
88

99
```bash
10+
python -m pip install --upgrade pip
1011
git clone https://github.com/seleniumbase/SeleniumBase.git
12+
1113
cd SeleniumBase
12-
python -m pip install pip --upgrade
1314
pip install -r requirements.txt --upgrade
1415
python setup.py develop
1516

0 commit comments

Comments
 (0)