diff --git a/howTo/usePythonInRStudio.md b/howTo/usePythonInRStudio.md index cd2818f97a825cec3b71542de7bd4a4d539084fb..cad402f1b7307988193e649a7017829404dbbc64 100644 --- a/howTo/usePythonInRStudio.md +++ b/howTo/usePythonInRStudio.md @@ -14,4 +14,4 @@ On a mac: * 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). + If you open a .py file and try to run it, RStudio will want to install [reticulate](https://rstudio.github.io/reticulate/) which is R's interface to Python (apparently).