Skip to content

Commit 522602a

Browse files
authored
Update README.md
1 parent 823000f commit 522602a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project is to speed up various ML models (e.g. topic modeling, word embeddi
44

55
### How to install
66

7+
- install from pypi
8+
9+
```shell
10+
pip install cusim
11+
```
12+
13+
714
- install from source
815

916
```shell
@@ -20,8 +27,6 @@ python -m grpc_tools.protoc --python_out cusim/ --proto_path cusim/proto/ config
2027
python setup.py install
2128
```
2229

23-
- pip installation will be available soon
24-
2530
### How to use
2631

2732
- `examples/example_w2v.py`, `examples/example_lda.py` and `examples/README.md` will be very helpful to understand the usage.

0 commit comments

Comments
 (0)