From d8b4adcfc50f75ccf1ec484cb32f1095a696290a Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 4 Oct 2019 01:14:50 -0400 Subject: [PATCH] Update the ReadMe --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 66cbe93e..82713c29 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) +[](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) [ ](https://github.com/seleniumbase/SeleniumBase/releases) [ ](https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master) [ ](https://travis-ci.org/seleniumbase/SeleniumBase) [ ](https://gitter.im/seleniumbase/SeleniumBase) [ ](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [ ](https://github.com/seleniumbase/SeleniumBase/stargazers)
@@ -27,19 +27,13 @@ To isolate **``python``** dependencies between projects, you can create a Virtua ```bash pip install seleniumbase ``` -* Add ``--upgrade`` to upgrade an existing installation. +* Add ``--upgrade`` OR ``-U`` to upgrade an installation. * Add ``--force-reinstall`` for a clean install. You can also install seleniumbase from a ``git clone``: ```bash git clone https://github.com/seleniumbase/SeleniumBase.git cd SeleniumBase -pip install . -``` - -To install dependancies separately from seleniumbase: -(From the ``SeleniumBase`` folder:) -```bash pip install -r requirements.txt python setup.py install ```