Skip to content

Commit

Permalink
修改了readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang@laptop committed Feb 5, 2020
1 parent 7fc8fbf commit 7cdb257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docDownloader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exe = EXE(pyz,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=True , icon='icon.ico')
console=True )
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## 使用方法
```
1. 安装nodejs
2. npm install -g svg2png
3. python docDownloader.py
2. 命令提示符内输入:npm install -g svg2png
3. 命令提示符内输入:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
4. 命令提示符内输入:python docDownloader.py
```

0 comments on commit 7cdb257

Please sign in to comment.