From f42d4880011dc26e1d71f606d622fb1e1e144729 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Fri, 6 Sep 2024 12:28:12 +0200 Subject: [PATCH] running poetry-installed locust requires poetry run prefix --- docs/developing-locust.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locust.rst b/docs/developing-locust.rst index e4eabfd93d..094e39a96c 100644 --- a/docs/developing-locust.rst +++ b/docs/developing-locust.rst @@ -25,7 +25,7 @@ Fork Locust on `GitHub `_ and then # perform an editable install of the "locust" package along with the dev and test packages: $ poetry install --with dev,test -Now the ``locust`` command will run *your* code (with no need for reinstalling after making changes). +Now the ``poetry run locust`` command will run *your* code (with no need for reinstalling after making changes). To contribute your changes, push to a branch in your repo and then `open a PR on github `_.