需求文件requirements.txt的创建及使用

时间:2023-03-09 06:17:39
需求文件requirements.txt的创建及使用
pip freeze >requirements.txt

pip install -r requirements.txt

相关文章