From f7f9a4a7076c0b165da3a1c34eaaf97497d09716 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 13 Feb 2018 00:50:54 -0500 Subject: [PATCH] Update a ReadMe --- integrations/google_cloud/ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/google_cloud/ReadMe.md b/integrations/google_cloud/ReadMe.md index e03cc50d..0cba134e 100755 --- a/integrations/google_cloud/ReadMe.md +++ b/integrations/google_cloud/ReadMe.md @@ -173,10 +173,10 @@ If you have a web application that you want to test, you'll be able to create Se #### Step 27. Have your local clone of SeleniumBase connect to your MySQL Instance * 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. -* Run the following command again from the top-level SeleniumBase folder to make sure that SeleniumBase uses the updated credentials: +* If you haven't already installed the MySQL-Python connector, run the following command below: ```bash -sudo python setup.py install +pip install MySQL-python==1.2.5 ``` #### Step 28. Have your SeleniumBase Jenkins jobs use your MySQL Instance