pip3 freeze导出依赖包 --Python3

1、导出依赖包到*.txt文件

pip3 freeze>blueflag.txt

2、导出后的结果

原文地址:https://www.cnblogs.com/qikeyishu/p/10597979.html