Skip to content

Commit ecf185f

Browse files
committed
add pip install
1 parent ec41c9c commit ecf185f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Natural language processing หรือ การประมวลภาษา
2727

2828
รองรับเฉพาะ Python 3
2929

30+
รุ่นเสถียร
31+
```sh
32+
$ pip3 install pythainlp
33+
```
34+
รุ่นกำลังพัฒนา
3035
```sh
3136
$ git clone https://github.com/wannaphongcom/pythainlp.git
3237
$ cd pythainlp

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ Features
3131

3232
* Thai split words
3333
* Thai postagger
34-
* And more.
34+
* And more.
35+
36+
37+
INSTALL
38+
--------
39+
40+
$ pip3 install pythainlp

0 commit comments

Comments
 (0)