Skip to content

Commit 3f79788

Browse files
committed
Update the ReadMe
1 parent 283392b commit 3f79788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1111
seleniumbase install chromedriver
1212
seleniumbase mkdir browser_tests
1313
cd browser_tests
@@ -109,7 +109,7 @@ python setup.py develop
109109

110110
If 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

115115
If you're installing SeleniumBase directly from GitHub, use:

0 commit comments

Comments
 (0)