You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@
17
17
18
18
#### **Step 0:** Get the requirements
19
19
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.
21
21
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.
23
23
24
24
#### [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/) and [PhantomJS](http://phantomjs.org/)
25
25
@@ -46,7 +46,7 @@ cd SeleniumBase
46
46
47
47
#### **Step 2:** Create a virtualenv for seleniumbase and activate it
48
48
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.
50
50
51
51
52
52
#### **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
62
62
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.)
63
63
64
64
```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!
0 commit comments