标签:
#运行各示例脚本 [1] 1. 下载各语言的示例代码 https://github.com/rabbitmq/rabbitmq-tutorials 2. 安装pip,命令"yum -y install python-pip"。 3. 安装pika(版本0.9.5),命令"pip install pika==0.9.5"。 4. 进入rabbitmq-tutorials/python目录下,就可以运行各示例脚本了。
标签:
原文地址:http://www.cnblogs.com/dream-bccb/p/4576540.html