Python 导出导入安装包

python导出安装包
pip freeze > requirements.txt

python导入安装包
pip install -r requirements.txt

你可能感兴趣的:(python笔记,python)