File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,7 @@ We recommend running a loadtest for your expected number of users.
100100You can use the [ locust tool] ( https://docs.locust.io/ ) with the ` locustfile.py ` in this sample
101101or set up a loadtest with Azure Load Testing.
102102
103- To use locust, first install the dev requirements that includes locust:
104-
105- ``` shell
106- python -m pip install -r requirements-dev.txt
107- ```
108-
109- Or manually install locust:
103+ First make sure you have the locust package installed in your Python environment:
110104
111105``` shell
112106python -m pip install locust
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ pytest-cov
1010pytest-playwright
1111pytest-snapshot
1212pre-commit
13- locust
1413pip-tools
15- mypy == 1.14.1
14+ mypy == 1.14.1
You can’t perform that action at this time.
0 commit comments