标签:charm bsp 参考 技术 sdn log http ref alt
1、打开pycharm的terminal,到 requirements.txt 所在的目录下,使用如下命令 ,就能在当前的 python 环境中导入所有需要的包
pip3 install -r requirements.txt
2、打开pycharm的terminal,到 requirements.txt 所在的目录下,使用如下命令 ,生成 requirements.txt
pip freeze>requirements.txt
参考:https://blog.csdn.net/kan2016/article/details/81490775
标签:charm bsp 参考 技术 sdn log http ref alt
原文地址:https://www.cnblogs.com/erchun/p/12760777.html