update readme

pull/144/head^2
Mashiro 2019-11-29 01:09:30 +08:00
parent c205072216
commit 24f46913ad
1 changed files with 4 additions and 4 deletions

View File

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