Browse Source

Update 'README.md'

天问 11 months ago
parent
commit
affb410ced
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -5,7 +5,9 @@ GUI库,安装 wxFormBuilder 设计UI
 ```
 pip install wxpython
 
-pyinstall -F main.py -n demo -i logo.ico -w
+pyinstaller -F run.py --distpath . n demo -i logo.ico -w --add-data /usr/local/lib/python3.8/site-packages/pyecharts/datasets:pyecharts/datasets
+--add-data=/usr/local/lib/python3.8/site-packages/pyecharts/render/templates:pyecharts/render/templates
+
 
 ```