File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,19 @@ pip install seleniumbase
3030* Add `` --upgrade `` to upgrade an existing installation.
3131* Add `` --force-reinstall `` for a clean install.
3232
33- You can also install SeleniumBase from a `` git clone `` :
33+ You can also install seleniumbase from a `` git clone `` :
3434``` bash
3535git clone https://github.com/seleniumbase/SeleniumBase.git
3636cd SeleniumBase
37+ pip install -e .
38+ ```
39+
40+ To install dependancies separately from seleniumbase:
41+ (From the `` SeleniumBase `` folder:)
42+ ``` bash
3743pip install -r requirements.txt
3844python setup.py develop
3945```
40- * "`` pip install -e . `` " also works from the top-level SeleniumBase folder.
4146
4247You can also install a specific GitHub branch of SeleniumBase:
4348``` bash
You can’t perform that action at this time.
0 commit comments