diff --git a/docs/productionizing.md b/docs/productionizing.md index 8d8ad2e54a..aa22f14e41 100644 --- a/docs/productionizing.md +++ b/docs/productionizing.md @@ -100,13 +100,7 @@ We recommend running a loadtest for your expected number of users. You can use the [locust tool](https://docs.locust.io/) with the `locustfile.py` in this sample or set up a loadtest with Azure Load Testing. -To use locust, first install the dev requirements that includes locust: - -```shell -python -m pip install -r requirements-dev.txt -``` - -Or manually install locust: +First make sure you have the locust package installed in your Python environment: ```shell python -m pip install locust diff --git a/requirements-dev.txt b/requirements-dev.txt index c4a17953ac..c035649f27 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,6 +10,5 @@ pytest-cov pytest-playwright pytest-snapshot pre-commit -locust pip-tools -mypy==1.14.1 \ No newline at end of file +mypy==1.14.1