We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe17f5 commit be31cc4Copy full SHA for be31cc4
README.md
@@ -92,12 +92,13 @@ pip install seleniumbase
92
> (Add ``--upgrade`` OR ``-U`` to upgrade an installation.)
93
> (Add ``--force-reinstall`` to upgrade dependencies.)
94
95
-* You can also install SeleniumBase from a [GitHub](https://github.com/seleniumbase/SeleniumBase) clone:
+* You can also install ``seleniumbase`` from a [GitHub](https://github.com/seleniumbase/SeleniumBase) clone:
96
97
```bash
98
git clone https://github.com/seleniumbase/SeleniumBase.git
99
cd SeleniumBase/
100
-pip install .
+pip install . # Normal installation
101
+pip install -e . # Editable install
102
```
103
104
* Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:
0 commit comments