We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da080c8 commit 0dde14bCopy full SHA for 0dde14b
R/01-R_PythonSetup.Rmd
@@ -53,9 +53,10 @@ use_virtualenv("r-reticulate")
53
54
## **3.** Load python packages
55
### Install packages
56
+Uncomment this code when you are ready to install python packages.
57
```{r}
-py_install("pandas", envname= "r-reticulate")
58
-py_install("numpy", envname= "r-reticulate")
59
-py_install("fooof", envname= "r-reticulate")
60
-py_install("matplotlib", envname= "r-reticulate")
+#py_install("pandas", envname= "r-reticulate")
+#py_install("numpy", envname= "r-reticulate")
+#py_install("fooof", envname= "r-reticulate")
61
+#py_install("matplotlib", envname= "r-reticulate")
62
```
0 commit comments