From f24016224d4f83040c98ceae26cfb3f1b446578a Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Fri, 6 Sep 2024 11:53:08 +0200 Subject: [PATCH] fix doc --- docs/developing-locust.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/developing-locust.rst b/docs/developing-locust.rst index 79ed4db1c8..b2efa9b386 100644 --- a/docs/developing-locust.rst +++ b/docs/developing-locust.rst @@ -9,10 +9,7 @@ You want to contribute to Locust? Great! Here is a list of `open bugs/feature re Install Locust for development ============================== -Fork Locust on `GitHub `_ and then run - -.. note:: - To build the Locust web UI, you must have `node` and `yarn` installed - see the *Making changes to Locust's Web UI* section below +Fork Locust on `GitHub `_ and then .. code-block:: sh @@ -34,7 +31,7 @@ Fork Locust on `GitHub `_ and then run # 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 ``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 `_.