Skip to content

Commit

Permalink
update docs for dev install
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 6, 2024
1 parent f240162 commit 87c4fc7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions docs/developing-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,16 @@ Fork Locust on `GitHub <https://github.com/locustio/locust/>`_ and then

.. code-block:: sh
# clone the repo
# clone the repo:
$ git clone git://github.com/<YourName>/locust.git
# install the poetry build system
# use your preferred method from the poetry docs
# https://python-poetry.org/docs/#installation
...
# install the required poetry plugins
# https://python-poetry.org/docs/plugins/#using-plugins
# install the poetry build system, see https://python-poetry.org/docs/#installation
# install the required poetry plugins:
$ poetry self add "poethepoet[poetry_plugin]"
$ poetry self add "poetry-dynamic-versioning[plugin]"
# perform an editable install of the "locust" package along with the dev and test packages
# 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).
Expand Down

0 comments on commit 87c4fc7

Please sign in to comment.