Skip to content

Commit 43df9af

Browse files
committed
docs: update
1 parent 515820f commit 43df9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ conda env update --file environment.yml --name base # conda env export > environ
3434

3535
```bash
3636
# 运行
37-
python src/main.py
37+
python src/main.py # 由于这里是flask项目,也可以替换成 flask run
3838

3939
# 可执行文件
4040
pyinstaller --onefile src/main.py # 当前平台

0 commit comments

Comments
 (0)