Skip to content

Latest commit

History

History
43 lines (24 loc) 路 1015 Bytes

installation.rst

File metadata and controls

43 lines (24 loc) 路 1015 Bytes

Installation

Install Python 3.7 or later, if you don't already have it.

Install Locust:

$ pip3 install locust

Validate your installation:

$ locust -V
locust |version|

Now it is time to create your first test! <quickstart>

Note

If you have any issues installing, check the wiki for possible solutions.

Pre-release builds

If you need the latest and greatest version of Locust and cannot wait for the next proper release, you can install a dev build like this:

$ pip3 install -U --pre locust

Pre-release builds are published every time a branch/PR is merged into master.

Install for development

If you want to modify Locust, or contribute to the project, see developing-locust.