摘要: import subprocess # 定义要安装的库的 requirements 文件路径requirements_file = "requirements.txt" # 使用 subprocess 执行 pip install 命令并加上 &cmd = f"pip install -r {req 阅读全文
posted @ 2023-09-12 14:36 hello_tree 阅读(119) 评论(0) 推荐(0)