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
30
30
* Add `` --upgrade `` to upgrade an existing installation.
31
31
* Add `` --force-reinstall `` for a clean install.
32
32
33
- You can also install SeleniumBase from a `` git clone `` :
33
+ You can also install seleniumbase from a `` git clone `` :
34
34
``` bash
35
35
git clone https://github.com/seleniumbase/SeleniumBase.git
36
36
cd SeleniumBase
37
+ pip install -e .
38
+ ```
39
+
40
+ To install dependancies separately from seleniumbase:
41
+ (From the `` SeleniumBase `` folder:)
42
+ ``` bash
37
43
pip install -r requirements.txt
38
44
python setup.py develop
39
45
```
40
- * "`` pip install -e . `` " also works from the top-level SeleniumBase folder.
41
46
42
47
You can also install a specific GitHub branch of SeleniumBase:
43
48
``` bash
You can’t perform that action at this time.
0 commit comments