From c9f253fc7a5cd4ec699d63c95c869dd7dec01ff0 Mon Sep 17 00:00:00 2001 From: XiangQinxi <1379773753@qq.com> Date: Fri, 11 Nov 2022 17:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34b302d..09b698f 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,15 @@ _https://pypi.org/project/tkwinico/_ ## 使用方法 ### 安装所需库 +64位版本 ```bash -pip install tkwinico +pip install tkwinico==1.2.71 ``` +32位版本 +```bash +pip install tkwinico==1.2.6 +``` + ### 示例 ```python -- GitLab