加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pip-install-packages.bat 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
SUPER_紫电 提交于 2024-04-15 05:45 . 主目录文件
py -m pip install --upgrade pip
py -m pip install pywin32
py -m pip install asciimatics
py -m pip install colorama
py -m pip install pygame
py -m pip install pygame_gui
py -m pip install cython
py -m pip install pyinstaller
py -m pip install auto-py-to-exe
set "py32=D:\Python\Python38-32\"
if exist %py32% (
D:\Python\Python38-32\python.exe -m pip install --upgrade pip
D:\Python\Python38-32\Scripts\pip.exe install pywin32
D:\Python\Python38-32\Scripts\pip.exe install asciimatics
D:\Python\Python38-32\Scripts\pip.exe install colorama
D:\Python\Python38-32\Scripts\pip.exe install pygame
D:\Python\Python38-32\Scripts\pip.exe install pygame_gui
D:\Python\Python38-32\Scripts\pip.exe install cython
D:\Python\Python38-32\Scripts\pip.exe install pyinstaller
D:\Python\Python38-32\Scripts\pip.exe install auto-py-to-exe
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化