Skip to content

Commit

Permalink
running poetry-installed locust requires poetry run prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 6, 2024
1 parent 87c4fc7 commit f42d488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Fork Locust on `GitHub <https://github.com/locustio/locust/>`_ 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 <https://github.com/locustio/locust/compare>`_.

Expand Down

0 comments on commit f42d488

Please sign in to comment.