From c1417c8dd95698642a3ef6fc13e15f05ec581693 Mon Sep 17 00:00:00 2001 From: HansBug Date: Tue, 30 Nov 2021 14:11:41 +0800 Subject: [PATCH] fix(hansbug): update README.md due to the rename of requirements.txt (old name is requirement.txt) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5ed9e..d2134ba 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Python 技能树开放编辑仓库 ## 初始化 ``` -pip install -r requirement.txt +pip install -r requirements.txt ``` ## 目录结构说明 -- GitLab