diff --git a/howTo/usePythonInRStudio.md b/howTo/usePythonInRStudio.md
index 630378b9cf57cb00b035e3e49abbd5abda2af8a9..cd2818f97a825cec3b71542de7bd4a4d539084fb 100644
--- a/howTo/usePythonInRStudio.md
+++ b/howTo/usePythonInRStudio.md
@@ -11,6 +11,7 @@ On a mac:
  * it needs to be the one that get updated when you install modules using `pip install numpy pandas matplotlib` etc
  * in RStudio go to Project Options -> Python. If you are not using an RStudio project do this in Global Options instead but remember this will become the default...
  * paste the results of `which python` into the 'select' box. You can try to use the auto-find feature but it didn't find conda for me
- * Save. RStudio will want to restart 
+ * hit OK. RStudio will want to restart 
+ * you may have to do this twice for it to work
 
  If you open a .py file and try to run it RStudio will want to install reticulate which is R's interface to Python (apparently).