From f438416123cfc30485d56cea38dcd0ce0d38e1e1 Mon Sep 17 00:00:00 2001 From: nandp1 Date: Mon, 14 Aug 2023 15:45:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c818e..3ec28e7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Functions `bhav`, `fobhav`, `nselive` and `nseopen` are revised & fully functional. ## NOTE -The functions now obtain data from NSE using python scripts. Python packages `pandas` and `requests` should be installed by, +The functions now obtain data from NSE using python scripts. Python packages `pandas` and `requests` should be installed in R module by, ``` r library(reticulate) py_install("requests")