Skip to content

Commit bbf3cda

Browse files
committed
Update the Google Cloud ReadMe
1 parent 8b59ce0 commit bbf3cda

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

integrations/google_cloud/ReadMe.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,11 @@ If you have a web application that you want to test, you'll be able to create Se
170170

171171
* Run the [create_db_tables.sql](https://raw.githubusercontent.com/seleniumbase/SeleniumBase/master/seleniumbase/core/create_db_tables.sql) script in your MySQL database/schema to create all the required DB tables.
172172

173-
#### Step 27. Have your local clone of SeleniumBase connect to your MySQL Instance
173+
#### Step 27. Have your local clone of SeleniumBase connect to your MySQL DB Instance
174174

175175
* Update the MySQL connection details in your [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py) file to use the credentials that you saved in Step 21.
176-
* If you haven't already installed the MySQL-Python connector, run the following command below:
177176

178-
```bash
179-
pip install MySQL-python==1.2.5
180-
```
181-
182-
#### Step 28. Have your SeleniumBase Jenkins jobs use your MySQL Instance
177+
#### Step 28. Have your SeleniumBase Jenkins jobs use your MySQL DB Instance
183178

184179
* For the "Execute shell", use the following as your updated "Command":
185180

0 commit comments

Comments
 (0)