Skip to content

Commit f7f9a4a

Browse files
committed
Update a ReadMe
1 parent 3c13653 commit f7f9a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/google_cloud/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ If you have a web application that you want to test, you'll be able to create Se
173173
#### Step 27. Have your local clone of SeleniumBase connect to your MySQL 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-
* Run the following command again from the top-level SeleniumBase folder to make sure that SeleniumBase uses the updated credentials:
176+
* If you haven't already installed the MySQL-Python connector, run the following command below:
177177

178178
```bash
179-
sudo python setup.py install
179+
pip install MySQL-python==1.2.5
180180
```
181181

182182
#### Step 28. Have your SeleniumBase Jenkins jobs use your MySQL Instance

0 commit comments

Comments
 (0)