From 4c3031df497eb69b74fadf762e956b1352a39f56 Mon Sep 17 00:00:00 2001 From: Bigsk Date: Wed, 12 Feb 2020 13:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=B3=E4=BA=8Eautoindex?= =?UTF-8?q?=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98252f1..f949971 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ 6. 完整安装的Python-numpy 7. 完整安装的Python-pillow +如果需要搭建演示环境,则还需要: + +8. 完整安装的Nginx环境 + #### 安装过程 1. 安装您的显卡对应的驱动程序(NVIDIA官网下载) @@ -55,6 +59,12 @@ 6. 通过pip安装numpy 7. 通过pip安装pillow +如果需要搭建演示环境,则还需要: + +8. 通过任意方法完整安装Nginx环境 +9. 将本项目的Nginx.conf文件内内容复制进Nginx的目录中 +10. 将本项目的.autoindex文件夹放入演示站站点根目录中 + #### 使用方法 单次生成: @@ -70,7 +80,7 @@ 网站全自动: -1. 安装并配置支持目录浏览的网站编译程序,如IIS/NGINX/Apache(本文档不做过多解释) +1. 安装并配置Nginx程序(本文档不做过多解释) 2. 在redo.py文件中修改你各角色你想要的生成次数 3. 在系统内设置定时任务执行(本文不做过多解释) @@ -79,5 +89,5 @@ #### 参与贡献 -1. 咕枣Rand(rand0mz) -2. Bigsk(bigskcode) +@rand0mz +@Bigsk