We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86d79c commit 60ed2bcCopy full SHA for 60ed2bc
README.md
@@ -46,11 +46,11 @@ $ python setup.py install
46
47
## ติดตั้งบน Mac
48
49
-ก่อนติดตั้งให้ติดตั้ง icu library ก่อน
50
51
```sh
52
-$ brew install icu4c
53
-$ CFLAGS=-I/usr/local/opt/icu4c/include LDFLAGS=-L/usr/local/opt/icu4c/lib pip install pyicu
+$ brew install icu4c --force
+$ brew link --force icu4c
+$ CFLAGS=-I/usr/local/opt/icu4c/include LDFLAGS=-L/usr/local/opt/icu4c/lib pip install pythainlp
54
```
55
56
ข้อมูลเพิ่มเติม [คลิกที่นี้](https://medium.com/data-science-cafe/install-polyglot-on-mac-3c90445abc1f#.rdfrorxjx)
0 commit comments