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.
100
100
You can use the [ locust tool] ( https://docs.locust.io/ ) with the ` locustfile.py ` in this sample
101
101
or set up a loadtest with Azure Load Testing.
102
102
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:
110
104
111
105
``` shell
112
106
python -m pip install locust
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ pytest-cov
10
10
pytest-playwright
11
11
pytest-snapshot
12
12
pre-commit
13
- locust
14
13
pip-tools
15
- mypy == 1.14.1
14
+ mypy == 1.14.1
You can’t perform that action at this time.
0 commit comments