Skip to content

Commit

Permalink
แก้ไข ติดตั้งบนแมค
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdee authored Jan 8, 2017
1 parent d86d79c commit 60ed2bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ $ python setup.py install

## ติดตั้งบน Mac

ก่อนติดตั้งให้ติดตั้ง icu library ก่อน

```sh
$ brew install icu4c
$ 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
```

ข้อมูลเพิ่มเติม [คลิกที่นี้](https://medium.com/data-science-cafe/install-polyglot-on-mac-3c90445abc1f#.rdfrorxjx)
Expand Down

0 comments on commit 60ed2bc

Please sign in to comment.