We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9f067 commit 34cabf2Copy full SHA for 34cabf2
README.md
@@ -7,9 +7,10 @@ A reliable solution for fast & simple browser automation and testing with [WebDr
7
#### Quick start in a few steps: (Requires [Python](https://www.python.org/downloads/) and [Git](https://git-scm.com/))
8
9
```bash
10
+python -m pip install --upgrade pip
11
git clone https://github.com/seleniumbase/SeleniumBase.git
12
+
13
cd SeleniumBase
-python -m pip install pip --upgrade
14
pip install -r requirements.txt --upgrade
15
python setup.py develop
16
0 commit comments