From 2e0a313533a947549caa4f81e49db84268109318 Mon Sep 17 00:00:00 2001 From: weilinfox Date: Sat, 13 Aug 2022 16:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20=E6=B5=8B=E8=AF=95=20Python3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25fa0f2..f7600a7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ git apply doc/patches/to_pyside2.patch ## 安装 -Python 3.8.10 及以上都是测试过支持的。 +Python 3.6 及以上都是测试过支持的。 ### Debian stable @@ -40,10 +40,10 @@ $ sudo apt-get install python3 \ ### Archlinux -手动安装依赖包: +从 AUR 安装: ```shell -$ sudo pacman -S python pyside6 python-mutagen python-requests +$ yay -S thtagger ``` ### Windows