Skip to content

Commit d8b4adc

Browse files
committed
Update the ReadMe
1 parent 9df29dd commit d8b4adc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
[<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 />
44

@@ -27,19 +27,13 @@ To isolate **``python``** dependencies between projects, you can create a Virtua
2727
```bash
2828
pip install seleniumbase
2929
```
30-
* Add ``--upgrade`` to upgrade an existing installation.
30+
* Add ``--upgrade`` OR ``-U`` to upgrade an installation.
3131
* Add ``--force-reinstall`` for a clean install.
3232

3333
You can also install seleniumbase from a ``git clone``:
3434
```bash
3535
git clone https://github.com/seleniumbase/SeleniumBase.git
3636
cd SeleniumBase
37-
pip install .
38-
```
39-
40-
To install dependancies separately from seleniumbase:
41-
(From the ``SeleniumBase`` folder:)
42-
```bash
4337
pip install -r requirements.txt
4438
python setup.py install
4539
```

0 commit comments

Comments
 (0)