From acefdf8e2a58a618dd5544e935148c207133ad53 Mon Sep 17 00:00:00 2001 From: CharlesPikachu <1159254961@qq.com> Date: Mon, 25 Apr 2022 12:11:34 +0800 Subject: [PATCH] update docs --- README.md | 4 ++-- docs/Install.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c48e79..9468909 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ This repository is created just for learning python(Commercial prohibition). #### Whl install ```sh -wget https://github.com/CharlesPikachu/Games/releases/download/v0.1.1/cpgames-0.1.1-py3-none-any.whl -pip install cpgames-0.1.1-py3-none-any.whl +wget https://github.com/CharlesPikachu/Games/releases/download/v0.1.2/cpgames-0.1.2-py3-none-any.whl +pip install cpgames-0.1.2-py3-none-any.whl ``` #### Pip install diff --git a/docs/Install.md b/docs/Install.md index 14ffd81..76e959c 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -12,8 +12,8 @@ 在终端运行如下命令即可(请保证python在环境变量中): ```sh -wget https://github.com/CharlesPikachu/Games/releases/download/v0.1.1/cpgames-0.1.1-py3-none-any.whl -pip install cpgames-0.1.1-py3-none-any.whl +wget https://github.com/CharlesPikachu/Games/releases/download/v0.1.2/cpgames-0.1.2-py3-none-any.whl +pip install cpgames-0.1.2-py3-none-any.whl ```