You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-7Lines changed: 40 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -50,18 +50,15 @@ To cite the Python module ‘arulespy’ in publications use:
50
50
51
51
## Installation
52
52
53
-
**Note:**`rpy2` currently does not support Windows and the installation is tricky (see [here](https://rpy2.github.io/doc/v3.5.x/html/overview.html#installation)).
54
-
55
53
`arulespy` is based on the python package `rpy2` which requires an R installation. Here are the installation steps:
56
54
57
55
1. Install the latest version of R (>4.0) from https://www.r-project.org/
58
56
59
-
2. Install required libraries/set path depending on your OS:
57
+
2. Install required libraries on your OS:
60
58
- libcurl is needed by R package [curl](https://cran.r-project.org/web/packages/curl/index.html).
0 commit comments