1、首先用cmd进入到python安装路径,进入scripts文件夹(如下图)
2、在cmd命令行中输入pip install wordcloud
3、安装成功;如果出现error:Microsoft Visual C++ 9.0 is required Unable to find
则需要安装vs2008(这里注意一定要vs2008!因为windows下用pip语句的话就是要用vs2008进行解析的)或者可以使用可以安装一个Micorsoft Visual C++ Compiler for Python 2.7的包