Skip to content

Commit 4879d78

Browse files
committed
Update the docs
1 parent db773c2 commit 4879d78

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

examples/migration/protractor/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
$ pytest --rs -v --guest
1111
========================== test session starts ==========================
1212
platform darwin -- Python 3.9.2, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
13-
metadata: {'Python': '3.9.2', 'Platform': 'macOS-10.14.6-x86_64-i386-64bit', 'Packages': {'pytest': '6.2.3', 'py': '1.10.0', 'pluggy': '0.13.1'}, 'Plugins': {'html': '2.0.1', 'rerunfailures': '9.1.1', 'xdist': '2.2.1', 'metadata': '1.11.0', 'ordering': '0.6', 'forked': '1.3.0', 'seleniumbase': '1.62.0'}}
13+
metadata: {'Python': '3.9.2', 'Platform': 'macOS-10.14.6-x86_64-i386-64bit', 'Packages': {'pytest': '6.2.4', 'py': '1.10.0', 'pluggy': '0.13.1'}, 'Plugins': {'html': '2.0.1', 'rerunfailures': '10.0', 'xdist': '2.2.1', 'metadata': '1.11.0', 'ordering': '0.6', 'forked': '1.3.0', 'seleniumbase': '1.63.10'}}
1414
rootdir: /Users/michael/github/SeleniumBase/examples, configfile: pytest.ini
15-
plugins: html-2.0.1, rerunfailures-9.1.1, xdist-2.2.1, metadata-1.11.0, ordering-0.6, forked-1.3.0, seleniumbase-1.62.0
15+
plugins: html-2.0.1, rerunfailures-10.0, xdist-2.2.1, metadata-1.11.0, ordering-0.6, forked-1.3.0, seleniumbase-1.63.10
1616
collected 4 items
1717

1818
example_test.py::AngularJSHomePageTests::test_greet_user PASSED

help_docs/install.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,35 @@
22

33
<h2><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> Installation</h2>
44

5-
If installing SeleniumBase directly [from PyPI (the Python Package Index)](https://pypi.python.org/pypi/seleniumbase), use:
5+
#### If installing SeleniumBase directly from [PyPI](https://pypi.python.org/pypi/seleniumbase), (the Python Package Index), use:
6+
67
```bash
78
pip install seleniumbase
89
```
910

10-
If installing SeleniumBase from a Git clone, use:
11+
#### If installing SeleniumBase from a Git clone, use:
12+
1113
```bash
1214
git clone https://github.com/seleniumbase/SeleniumBase.git
1315
cd SeleniumBase/
1416
pip install .
1517
```
1618

17-
For a development mode install in editable mode, use:
19+
#### For a development mode install in editable mode, use:
20+
1821
```bash
1922
git clone https://github.com/seleniumbase/SeleniumBase.git
2023
cd SeleniumBase/
2124
pip install -e .
2225
```
2326

24-
If installing SeleniumBase [from a GitHub branch](https://github.com/seleniumbase/SeleniumBase), use:
27+
#### If installing SeleniumBase from a [GitHub branch](https://github.com/seleniumbase/SeleniumBase), use:
28+
2529
```bash
2630
pip install git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=seleniumbase
2731
```
2832

29-
Useful ``pip`` options include:
33+
#### Useful ``pip`` options include:
3034
* Add ``--upgrade`` OR ``-U`` to upgrade an installation.
3135
* Add ``--force-reinstall`` for a clean install.
3236

0 commit comments

Comments
 (0)