From 66e1a38f91ef3f2541017c40ca7d028cc2643b9f Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Tue, 14 Jun 2022 15:09:56 +0000 Subject: [PATCH] Update usePythonInRStudio.md --- howTo/usePythonInRStudio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howTo/usePythonInRStudio.md b/howTo/usePythonInRStudio.md index cd2818f..cad402f 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). -- GitLab