From f4e6579fafe3325f99cd50c45fae1fc59c5ec2ed Mon Sep 17 00:00:00 2001 From: 01joy <01joy@users.noreply.github.com> Date: Sun, 10 Jan 2016 00:07:35 +0800 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb2cad..a8f086c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ #新闻搜索引擎 -![](News Search Engine3.png) \ No newline at end of file +#使用方法 +1. 安装jieba分词组件,命令为easy_install jieba +2. 安装Flask Web框架,命令为pip install Flask +3. 进入web文件夹,运行main.py文件 +4. 打开浏览器,访问http://127.0.0.1:5000/ 输入关键词开始测试 +#感谢 +[jieba](https://github.com/fxsjy/jieba) +[scikit-learn](https://github.com/scikit-learn/scikit-learn) +[flask](https://github.com/mitsuhiko/flask) \ No newline at end of file