Update ReadMe and console logo

This commit is contained in:
Michael Mintz 2018-12-18 02:33:12 -05:00
parent ea26ad24e3
commit 004ad96da6
2 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@ pip install -U -r requirements.txt
python setup.py install
```
* (Use ``python setup.py develop`` if configuring seleniumbase inside a virtual environment.)
* (You can also get seleniumbase from the Python Package Index, [<img src="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg" alt="pypi" />](https://pypi.python.org/pypi/seleniumbase))
* (You can also get seleniumbase from the Python Package Index, [<img src="https://img.shields.io/pypi/v/seleniumbase.svg" alt="Version" />](https://pypi.python.org/pypi/seleniumbase))
#### Install a web driver to the [seleniumbase/drivers](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/drivers) folder:
```

View File

@ -6,9 +6,9 @@ import colorama
r'''
______ __ _ ____
/ ____/__ / /__ ____ (_)_ ______ ___ / __ `____ ________
\__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \/ /_/ / __ `/ ___/ _ \
___/ / __/ / __/ / / / / /_/ / / / / / / /_) / /_/ (__ ) __/
/ ____/__ / /__ ____ (_)_ ______ ___ / _ \____ ________
\__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \/ /_) / __ \/ ___/ _ \
___/ / __/ / __/ / / / / /_/ / / / / / / /_) / (_/ /__ / __/
/____/\___/_/\___/_/ /_/_/\__,_/_/ /_/ /_/_____/\__,_/____/\___/
'''
@ -32,19 +32,19 @@ def get_seleniumbase_logo():
sb += c1
sb += " / ____/__ / /__ ____ (_)_ ______ ___ "
sb += c2
sb += "/ __ `____ ________ "
sb += "/ _ \\____ ________ "
sb += cr
sb += "\n"
sb += c1
sb += " \\__ \\/ _ \\/ / _ \\/ __ \\/ / / / / __ `__ \\"
sb += c2
sb += "/ /_/ / __ `/ ___/ _ \\"
sb += "/ /_) / __ \\/ ___/ _ \\"
sb += cr
sb += "\n"
sb += c1
sb += " ___/ / __/ / __/ / / / / /_/ / / / / / "
sb += c2
sb += "/ /_) / /_/ (__ ) __/"
sb += "/ /_) / (_/ /__ / __/"
sb += cr
sb += "\n"
sb += c1