Skip to content

Commit 8156534

Browse files
committed
Update the ReadMe
1 parent bbc418b commit 8156534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
### Setup Instructions for Mac, Ubuntu, & Windows:
2323

24-
Before installation, [make sure Python and web drivers are already installed](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/before_installation.md).
24+
Before installation, **[make sure Python and web drivers are already installed](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/before_installation.md)**.
2525

2626

2727
### **Step 1:** Clone SeleniumBase
@@ -48,7 +48,7 @@ pip install -r requirements.txt --upgrade
4848

4949
python setup.py develop
5050
```
51-
(<i>If you're installing SeleniumBase on a server machine that uses an older version of Firefox, such as version 46 or earlier, you may need to use `server_requirements.txt` and `server_setup.py`.</i>)
51+
(<i>If ChromeDriver and/or GeckoDriver aren't installed, use `server_requirements.txt` and `server_setup.py`. SeleniumBase will be limited to Firefox while using the older Selenium v2.</i>)
5252

5353
To install SeleniumBase from the [Python Package Index](https://pypi.python.org/pypi/seleniumbase) use:
5454
```bash

0 commit comments

Comments
 (0)