Skip to content

Commit 0dde14b

Browse files
Upd .Rprofile code chunk
1 parent da080c8 commit 0dde14b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

R/01-R_PythonSetup.Rmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ use_virtualenv("r-reticulate")
5353

5454
## **3.** Load python packages
5555
### Install packages
56+
Uncomment this code when you are ready to install python packages.
5657
```{r}
57-
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")
58+
#py_install("pandas", envname= "r-reticulate")
59+
#py_install("numpy", envname= "r-reticulate")
60+
#py_install("fooof", envname= "r-reticulate")
61+
#py_install("matplotlib", envname= "r-reticulate")
6162
```

0 commit comments

Comments
 (0)