From 99ea59e88df64f4b53cd713351fa06033167b1b9 Mon Sep 17 00:00:00 2001 From: Sun Junyi Date: Sun, 31 Aug 2014 20:04:02 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af1e751..2fde938 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Python 3.x 下的安装 git clone https://github.com/fxsjy/jieba.git git checkout jieba3k python setup.py install +* 或使用pip3安装: pip3 install jieba3k + 结巴分词Java版本 ================