Skip to content

Commit be31cc4

Browse files
committed
Update the ReadMe
1 parent 5fe17f5 commit be31cc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,13 @@ pip install seleniumbase
9292
> (Add ``--upgrade`` OR ``-U`` to upgrade an installation.)
9393
> (Add ``--force-reinstall`` to upgrade dependencies.)
9494
95-
* You can also install SeleniumBase from a [GitHub](https://github.com/seleniumbase/SeleniumBase) clone:
95+
* You can also install ``seleniumbase`` from a [GitHub](https://github.com/seleniumbase/SeleniumBase) clone:
9696

9797
```bash
9898
git clone https://github.com/seleniumbase/SeleniumBase.git
9999
cd SeleniumBase/
100-
pip install .
100+
pip install . # Normal installation
101+
pip install -e . # Editable install
101102
```
102103

103104
* Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:

0 commit comments

Comments
 (0)