Skip to content

Commit 9951a80

Browse files
committed
Add links to help_docs in the ReadMe
1 parent 6405c00 commit 9951a80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
#### **Step 0:** Get the requirements
1919

20-
If you don't already have ``python``, ``pip``, ``git``, and either ``virtualenv`` or ``virtualenvwrapper`` installed and accessible from your terminal (command prompt), you'll need to [follow these instructions]() to get those installed.
20+
If you don't already have ``python``, ``pip``, ``git``, and either ``virtualenv`` or ``virtualenvwrapper`` installed and accessible from your terminal (command prompt), you'll need to [follow these instructions](https://github.com/mdmintz/SeleniumBase/blob/master/help_docs/requirements_installation.md) to get those installed.
2121

22-
If you plan on storing data in a MySQL DB (OPTIONAL), you'll need to [follow these instructions]() to get that installed.
22+
If you plan on storing data in a MySQL DB (OPTIONAL), you'll need to [follow these instructions](https://github.com/mdmintz/SeleniumBase/blob/master/help_docs/mysql_installation.md) to get that installed.
2323

2424
#### [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/) and [PhantomJS](http://phantomjs.org/)
2525

@@ -46,7 +46,7 @@ cd SeleniumBase
4646

4747
#### **Step 2:** Create a virtualenv for seleniumbase and activate it
4848

49-
If you're not sure how to create a virtual environment, [follow these instructions]().
49+
If you're not sure how to create a virtual environment, [follow these instructions](https://github.com/mdmintz/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md) to learn how.
5050

5151

5252
#### **Step 3:** Install necessary packages from the SeleniumBase folder and compile the test framework (from within your virtual environment)
@@ -62,7 +62,7 @@ python setup.py install
6262
If you want to connect to a MySQL DB to record the results of your test runs, run this command: (Make sure you already have MySQL installed from either Brew or web-download. If you're a WINDOWS user, you may have problems on the MySQL installation part. To get around this, you can either follow the instructions from the error message given, or you can pip install the previous requirements.txt file.)
6363

6464
```bash
65-
pip install -r server_requirements.txt # For MySQL DB usage only
65+
pip install -r server_requirements.txt # For MySQL DB usage ONLY!
6666
```
6767

6868
NOTE:

0 commit comments

Comments
 (0)