Skip to content

Commit 3866d02

Browse files
committed
update the README.md
1 parent 46e49ba commit 3866d02

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Consider the two classes (d1 and d2) below.
2121
| d2 | d | e | | |
2222

2323
SubPop will identify the item sets unique to each class. In this example the values are considered as a bag of values,
24-
so
25-
the column is ignored.
24+
so the column is ignored.
2625

2726
| class | | | | support |
2827
|-------|---|---|---|---------|
@@ -36,7 +35,21 @@ The support is the ratio of occurrences with the size of the class population.
3635

3736
## Installation
3837

39-
__CLI is still under development__
38+
All SubPop releases are available via [Homebrew](https://brew.sh):
39+
40+
```shell
41+
brew tap clusterlesshq/tap
42+
brew install subpop
43+
tess --version
44+
```
45+
46+
Available on Docker Hub:
47+
48+
- https://hub.docker.com/r/clusterless/subpop/tags
49+
50+
And, you can download the latest releases directly from GitHub:
51+
52+
- https://github.com/ClusterlessHQ/subpop/releases
4053

4154
## Usage
4255

0 commit comments

Comments
 (0)