Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions docs/productionizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ pytest-cov
pytest-playwright
pytest-snapshot
pre-commit
locust
pip-tools
mypy==1.14.1
mypy==1.14.1