mirror of https://github.com/programthink/zhao.git
补充依赖软件说明
This commit is contained in:
parent
f118c068b2
commit
4ab61c8eb6
12
README.wiki
12
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
|
||||
|
||||
这个软件是用来生成【关系图】的。关于该这个软件,俺已经写了一篇扫盲教程:
|
||||
|
|
Loading…
Reference in New Issue