Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 6, 2024
1 parent 8c63086 commit f240162
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/developing-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/locustio/locust/>`_ 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 <https://github.com/locustio/locust/>`_ and then

.. code-block:: sh
Expand All @@ -34,7 +31,7 @@ Fork Locust on `GitHub <https://github.com/locustio/locust/>`_ 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 <https://github.com/locustio/locust/compare>`_.

Expand Down

0 comments on commit f240162

Please sign in to comment.