pip3 freeze导出依赖包 --Python3

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

pip3 freeze>blueflag.txt

pip3 freeze导出依赖包 --Python3

2、导出后的结果

pip3 freeze导出依赖包 --Python3