File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- [ <img src =" https://cdn2.hubspot.net/hubfs/100006/images/super_logo_3j .png " title =" SeleniumBase " align =" center " height =" 45 " >] ( https://github.com/seleniumbase/SeleniumBase/blob/master/README.md )
1
+ [ <img src =" https://cdn2.hubspot.net/hubfs/100006/images/super_logo_3k .png " title =" SeleniumBase " align =" center " height =" 45 " >] ( https://github.com/seleniumbase/SeleniumBase/blob/master/README.md )
2
2
3
3
[ <img src =" https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg " alt =" " />] ( https://github.com/seleniumbase/SeleniumBase/releases ) [ <img src =" https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master " alt =" " />] ( https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master ) [ <img src =" https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master " alt =" " />] ( https://travis-ci.org/seleniumbase/SeleniumBase ) [ <img src =" https://badges.gitter.im/seleniumbase/SeleniumBase.svg " alt =" " />] ( https://gitter.im/seleniumbase/SeleniumBase ) [ <img src =" https://img.shields.io/badge/license-MIT-22BBCC.svg " alt =" " />] ( https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE ) [ <img src =" https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg " alt =" " />] ( https://github.com/seleniumbase/SeleniumBase/stargazers ) <br />
4
4
@@ -27,19 +27,13 @@ To isolate **``python``** dependencies between projects, you can create a Virtua
27
27
``` bash
28
28
pip install seleniumbase
29
29
```
30
- * Add `` --upgrade `` to upgrade an existing installation.
30
+ * Add `` --upgrade `` OR `` -U `` to upgrade an installation.
31
31
* Add `` --force-reinstall `` for a clean install.
32
32
33
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 .
38
- ```
39
-
40
- To install dependancies separately from seleniumbase:
41
- (From the `` SeleniumBase `` folder:)
42
- ``` bash
43
37
pip install -r requirements.txt
44
38
python setup.py install
45
39
```
You can’t perform that action at this time.
0 commit comments