From 7de9f19bfdf9d37a6509919f1d7f172277d66dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Sat, 28 Nov 2020 21:16:43 +0800 Subject: [PATCH] many readme --- README.md | 8 +++++++- docs/README-cn.md | 8 +++++++- requirement.txt | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 requirement.txt diff --git a/README.md b/README.md index 6632206..a26e466 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,10 @@ Nope. Not even one (Because is was not done) -# \ No newline at end of file +# Environment + +- `Python 3.8.5` `Windows10 x64` + +## Required python modules + +- pyglet \ No newline at end of file diff --git a/docs/README-cn.md b/docs/README-cn.md index 96b017b..4f380ca 100644 --- a/docs/README-cn.md +++ b/docs/README-cn.md @@ -8,4 +8,10 @@ (因为还没写完呢) -# \ No newline at end of file +# 环境需求 + +- `Python 3.8.5` `Windows10 x64` + +## 需要的Python模块 + +- pyglet \ No newline at end of file diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 0000000..b5f1cd7 --- /dev/null +++ b/requirement.txt @@ -0,0 +1 @@ +pyglet \ No newline at end of file