From af8c81315b2b51111c6f8e188e7bb23c97911eae Mon Sep 17 00:00:00 2001 From: Mashiro Date: Thu, 28 Nov 2019 17:47:08 +0800 Subject: [PATCH] manifest.py --- manifest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/README.md b/manifest/README.md index c2a3325..41bda2a 100644 --- a/manifest/README.md +++ b/manifest/README.md @@ -31,7 +31,7 @@ pip install Pillow --user # 切换到 main.py 所在目录: cd /path/to/manifest/ python main.py -# 如果也安装了 Python 2,需要指定 pip 版本: +# 如果也安装了 Python 2,需要指定 Python 版本: python3 main.py ```