Skip to content

Commit

Permalink
Update xiazai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feller2021 authored Mar 28, 2023
1 parent b4f94bd commit 63dcda0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion xiazai.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ def batch_rename(file_dir, old_ext, new_ext):
except:

print("下载异常")




print("升级pip...")
os.system('python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple')

print("安装filesplit中...")
os.system('pip install filesplit -i https://pypi.tuna.tsing

print("对文件进行合并中...")
val = os.system('henin -m '+wenjianminqianwu+filetime+'_zh-cn.iso')

0 comments on commit 63dcda0

Please sign in to comment.