From c1e511ffe8897f541e13a98c870d646a5d160304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Tue, 5 Apr 2022 02:10:10 +0800 Subject: [PATCH] readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8dc0c79..c01bff2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ python main.py ## 方法 * 使用鼠标收集阳光,种植植物 -* 你可以通过更改 source/constants.py 中的 START_LEVEL_NUM 的数值来更改起始关卡: +* 你可以通过更改`source/constants.py`中的`START_LEVEL_NUM`的数值来更改起始关卡: * 冒险模式: * 1 和 2:白昼模式 * 3:夜晚模式 @@ -45,13 +45,13 @@ python main.py ## Windows单文件封装 编译依赖: -- Python >= 3.7 -- Python-Pygame >= 1.9 -- Nuitka -- MinGW-w64或其他C编译器 -- ccache -- depends -- python-zstandard(可选) +- `Python` >= 3.7 +- `Python-Pygame` >= 1.9 +- `Nuitka` +- `MinGW-w64`(或其他C编译器) +- `ccache` +- `depends` +- `python-zstandard`(可选) **在编译环境安装不全时,Nuitka可以自动安装MinGW-w64、ccache和depends**