update readme
This commit is contained in:
parent
c205072216
commit
24f46913ad
|
@ -25,14 +25,14 @@ pip install Pillow --user
|
|||
```
|
||||
|
||||
### 运行
|
||||
把图片文件放到 `gallary` 目录,Windows 可直接双击 main.py,或者和其他操作系统一样,在 Terminal、Powershell、CMD 中运行:
|
||||
把图片文件放到 `gallary` 目录,Windows 可直接双击 manifest.py,或者和其他操作系统一样,在 Terminal、Powershell、CMD 中运行:
|
||||
|
||||
```bash
|
||||
# 切换到 main.py 所在目录:
|
||||
# 切换到 manifest.py 所在目录:
|
||||
cd /path/to/manifest/
|
||||
python main.py
|
||||
python manifest.py
|
||||
# 如果也安装了 Python 2,需要指定 Python 版本:
|
||||
python3 main.py
|
||||
python3 manifest.py
|
||||
```
|
||||
|
||||
### TODO
|
||||
|
|
Loading…
Reference in New Issue