Update the ReadMe

This commit is contained in:
Michael Mintz 2018-08-10 02:51:19 -04:00
parent 3d9f06762b
commit 34cabf2df9
1 changed files with 2 additions and 1 deletions

View File

@ -7,9 +7,10 @@ A reliable solution for fast & simple browser automation and testing with [WebDr
#### Quick start in a few steps: (Requires [Python](https://www.python.org/downloads/) and [Git](https://git-scm.com/))
```bash
python -m pip install --upgrade pip
git clone https://github.com/seleniumbase/SeleniumBase.git
cd SeleniumBase
python -m pip install pip --upgrade
pip install -r requirements.txt --upgrade
python setup.py develop