Skip to content

Commit

Permalink
Merge pull request #10 from wasdee/master
Browse files Browse the repository at this point in the history
เพิ่มข้อมูล การติดตั้งบน macOS
  • Loading branch information
wannaphong authored Jan 9, 2017
2 parents 5f87080 + 60ed2bc commit f50d526
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ $ cd pythainlp
$ python setup.py install
```

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


```sh
$ 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 f50d526

Please sign in to comment.