Python安装Matplotlib,wordcloud,jieba第三方库
生活随笔
收集整理的这篇文章主要介绍了
Python安装Matplotlib,wordcloud,jieba第三方库
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
以下安装都在cmd窗口下操作
1.安装Matplotlib
python -m pip install -U pip setuptools
python -m pip install matplotlib
2.安装wordcloud
pip install wordcloud
3.安装jieba
pip install jieba
总结
以上是生活随笔为你收集整理的Python安装Matplotlib,wordcloud,jieba第三方库的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Vue入门 ---- 组件通信
- 下一篇: CPython 和IronPython的