manifest.py

pull/144/head^2
Mashiro 2019-11-28 17:47:08 +08:00
parent c0b0e81b38
commit af8c81315b
1 changed files with 1 additions and 1 deletions

View File

@ -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
```