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.
77#### Quick start in a few steps: (requires [ Python] ( https://www.python.org/downloads/ ) )
88
99``` bash
10- python -m pip install seleniumbase --upgrade
10+ python -m pip install -U seleniumbase --no-cache-dir
1111seleniumbase install chromedriver
1212seleniumbase mkdir browser_tests
1313cd browser_tests
@@ -109,7 +109,7 @@ python setup.py develop
109109
110110If you're installing SeleniumBase from the [ Python Package Index] ( https://pypi.python.org/pypi/seleniumbase ) , use:
111111``` bash
112- pip install seleniumbase --upgrade
112+ pip install --no-cache-dir seleniumbase --upgrade
113113```
114114
115115If you're installing SeleniumBase directly from GitHub, use:
You can’t perform that action at this time.
0 commit comments