First, install python,2.7, locust required version
(locust requires Python 2.6+. It isn't currently compatible with Python 3.x.)
Then configure Python to the environment variable, then install, Pip.
PYTHON,PIP installation is as follows:
1. Download the latest PIP installation file at the following address: http://pypi.python.org/pypi/pip#downloads
2. Decompression
3. Go to unzip directory
4, python setup.py install
5. Configure Python script to environment variables
Path last added:python path \scripts; (d:\python27\Scripts;)
Install gevent using PIP and pip install gevent on the cmd command line.
Installation Gevent may encounter gevent Error:microsoft Visual C 9.0 is required
First go to http://www.microsoft.com/en-us/download/details.aspx?id=44266 to download the installation and then re-
Pip Install Gevent
then pip install Locustio, so the basic installation is successful.
Locust Install on Windows locust installing notes on Win