Locust install on windows Locust 在win上安装 笔记
首先,安装python,2.7, Locust需要的版本(Locust requires Python 2.6+. It is not currently compatible with Python 3.x.)然后把python配置到环境变量,再安装,pip。python,pip安装如下:1、在以下地址下载最新的PIP安装文件:http://pypi.python.org/pypi/pip#downloads
2、解压
3、进入解压目录
4、python setup.py install
5、配置python脚本到环境变量
PATH最后添加:python路径\Scripts;如:(d:\python27\Scripts;)使用pip安装gevent ,在cmd命令行里 pip install gevent。
安装 gevent可能会遇到 GEVENT error: Microsoft Visual C 9.0 is required先到http://www.microsoft.com/en-us/download/details.aspx?id=44266 下载安装上,然后重新pip install gevent然后 pip install locustio,这样基本安装成功。
感谢分享 感谢分享
页:
[1]