导出项目中的库,并在另一台机器上批量安装

pip3 freeze > requirements.txt
pip3 install -r requirements.txt

猜你喜欢

转载自blog.csdn.net/leptobo/article/details/126787809