Python模板版本包管理

一、保存當前包和版本信息到requirments.txt中ui

pip freeze > requirements.txt

二、使用pip命令批量安裝對應的包code

pip install -r requirements.txt
相關文章
相關標籤/搜索