You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,13 @@ cd SeleniumBase
21
21
pip install -r requirements.txt
22
22
python setup.py develop
23
23
```
24
+
* ("``pip install -e .``" also works from the top-level SeleniumBase folder.)
24
25
25
-
You can also install SeleniumBase from [PyPI](https://pypi.python.org/pypi/seleniumbase): [<imgsrc="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg"alt="pypi" />](https://pypi.python.org/pypi/seleniumbase)
26
+
SeleniumBase can also be installed from [PyPI](https://pypi.python.org/pypi/seleniumbase): [<imgsrc="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg"alt="pypi" />](https://pypi.python.org/pypi/seleniumbase)
26
27
```
27
28
pip install seleniumbase
28
29
```
29
-
* (Add ``--upgrade`` to get the latest packages and``--force-reinstall`` with ``--no-cache-dir`` to force a reinstall without using the existing cache.)
30
+
* (Add ``--upgrade`` to get the latest packages. Add``--force-reinstall`` with ``--no-cache-dir`` to force a clean installation.)
30
31
31
32
You can also install a specific GitHub branch of SeleniumBase:
0 commit comments