File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SeleniumBase simplifies test automation with [WebDriver](https://docs.microsoft.
7
7
#### Quick start in a few steps: (requires [ Python] ( https://www.python.org/downloads/ ) )
8
8
9
9
``` bash
10
- python -m pip install seleniumbase --upgrade
10
+ python -m pip install -U seleniumbase --no-cache-dir
11
11
seleniumbase install chromedriver
12
12
seleniumbase mkdir browser_tests
13
13
cd browser_tests
@@ -109,7 +109,7 @@ python setup.py develop
109
109
110
110
If you're installing SeleniumBase from the [ Python Package Index] ( https://pypi.python.org/pypi/seleniumbase ) , use:
111
111
``` bash
112
- pip install seleniumbase --upgrade
112
+ pip install --no-cache-dir seleniumbase --upgrade
113
113
```
114
114
115
115
If you're installing SeleniumBase directly from GitHub, use:
You can’t perform that action at this time.
0 commit comments