首页题库练习题目详情
计算机软件基础单选题中等

在使用 pip 时,如何确保安装的包版本与项目兼容?

A运行 pip install latest
B使用 requirements.txt 文件
C运行 pip install --upgrade
D运行 pip install --force