diff --git a/README.md b/README.md index 139aeda..2514d9e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +## 环境的安装 ```bash -pip install -i https://mirrors.aliyun.com/pypi/simple/ freegames +pip install -i https://mirrors.aliyun.com/pypi/simple/ freegames pyinstaller +``` + +## + +```bash +pyinstaller --onefile --noconsole snake.py ``` \ No newline at end of file diff --git a/snack.py b/snake.py similarity index 100% rename from snack.py rename to snake.py