Skip to content

Commit 6c2b25f

Browse files
author
cezary.maszczyk
committed
update readme.md
1 parent 55ec3d0 commit 6c2b25f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,27 @@
66

77
# Rulekit
88

9-
109
This package is python wrapper for [RuleKit](https://github.com/adaa-polsl/RuleKit) library - a versatile tool for rule learning.
1110

1211
Based on a sequential covering induction algorithm, it is suitable for classification, regression, and survival problems.
1312

1413
## Installation
1514

16-
> **NOTE**:
17-
This package is a wrapper for Java library, and requires Java Development Kit version 8 or later to be installed on the computer. Both Open JDK and Oracle implementations are supported.
18-
##
19-
2015
```bash
2116
pip install rulekit
2217
```
18+
19+
> **NOTE**:
20+
This package is a wrapper for Java library, and requires Java Development Kit version 8 or later to be installed on the computer. Both Open JDK and Oracle implementations are supported.
21+
22+
If you don’t have JDK installed on your computer you can quickly set it up using install-jdk package.
23+
```
24+
pip install install-jdk
25+
```
26+
```python
27+
import jdk
28+
jdk.install('11', jre=True)
29+
```
2330

2431
## Running tests
2532

0 commit comments

Comments
 (0)