From 4ab61c8eb62c1d1cc330305bb67b6f47e57d3179 Mon Sep 17 00:00:00 2001 From: programthink Date: Tue, 1 Mar 2016 16:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=BE=9D=E8=B5=96=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.wiki | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.wiki b/README.wiki index 76e4061..fdf1208 100644 --- a/README.wiki +++ b/README.wiki @@ -97,12 +97,22 @@ python make.py jpg 要使用上述脚本,你需要事先安装相关的软件(如下) -* Python +* Python2 因为俺用的是 Python 脚本,所有你需要先安装 python 软件。 Python 有两种版本——python2 和 python3——俺用的是 python2 +* PyYAML + +这是一个基于 python 开发的软件包,专门用来处理 YAML 格式的文件。 + +你需要在你的 python 环境中安装该软件包。其官方链接如下: + +[http://pyyaml.org/wiki/PyYAML PyYAML 的官网的 wiki] + +[https://pypi.python.org/pypi/PyYAML Python 官网的 PYPI] + * Graphviz 这个软件是用来生成【关系图】的。关于该这个软件,俺已经写了一篇扫盲教程: