Skip to content

Commit 0cee731

Browse files
committed
Update the ReadMe
1 parent 459c28b commit 0cee731

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

README.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,17 @@ Feature: SeleniumBase scenarios for the RealWorld App
210210
<a id="install_seleniumbase"></a>
211211
<h2><img src="https://seleniumbase.github.io/img/logo7.png" title="SeleniumBase" width="32" /> Install SeleniumBase:</h2>
212212

213-
**You can install ``seleniumbase`` from [GitHub](https://github.com/seleniumbase/SeleniumBase) or [PyPI](https://pypi.org/project/seleniumbase/):**
213+
**You can install ``seleniumbase`` from [PyPI](https://pypi.org/project/seleniumbase/) or [GitHub](https://github.com/seleniumbase/SeleniumBase):**
214+
215+
🔵 **Installing ``seleniumbase`` from PyPI:**
216+
217+
```bash
218+
pip install seleniumbase
219+
```
220+
221+
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
222+
* (Add ``--force-reinstall`` to upgrade indirect packages.)
223+
* (Use ``pip3`` if multiple versions of Python are present.)
214224

215225
🔵 **Installing ``seleniumbase`` from a GitHub clone:**
216226

@@ -227,22 +237,6 @@ git pull
227237
pip install -e .
228238
```
229239

230-
🔵 **Installing ``seleniumbase`` from PyPI:**
231-
232-
```bash
233-
pip install seleniumbase
234-
```
235-
236-
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
237-
* (Add ``--force-reinstall`` to upgrade indirect libraries.)
238-
* (Use ``pip3`` if multiple versions of Python are present.)
239-
240-
**To upgrade an existing install from PyPI:**
241-
242-
```bash
243-
pip install -U seleniumbase
244-
```
245-
246240
🔵 Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:
247241

248242
```bash
@@ -291,9 +285,9 @@ COMMANDS:
291285
```
292286
293287
294-
<h3><img src="https://seleniumbase.github.io/img/logo7.png" title="SeleniumBase" width="32" /> Downloading web drivers:</h3>
288+
<h3><img src="https://seleniumbase.github.io/img/logo7.png" title="SeleniumBase" width="32" /> Downloading webdrivers:</h3>
295289
296-
✅ SeleniumBase automatically downloads web drivers as needed, such as ``chromedriver``, ``edgedriver``, and ``geckodriver``.
290+
✅ SeleniumBase automatically downloads webdrivers as needed, such as ``chromedriver``.
297291
298292
✅ To manually download a webdriver, see [Console Scripts](https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/) OR [Webdriver Installation](https://seleniumbase.io/help_docs/webdriver_installation/).
299293

0 commit comments

Comments
 (0)