Skip to content

Commit

Permalink
Update build instructions to include 'make all' command
Browse files Browse the repository at this point in the history
Enhanced the documentation to give clearer steps on rebuilding wheels. Added instructions to run 'make all' after cleaning existing wheels to ensure complete rebuild.

Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Oct 30, 2024
1 parent 4ce3f79 commit cff78c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/instruction/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ source code requires rebuilding the python wheel(s).
For instance, if the source code of ``dasmon`` is changed, run at this
point ``make wheel/dasmon`` to rebuild the ``dasmon`` wheel.

If necessary, delete all existing wheels with ``make wheel/clean``
If necessary, delete all existing wheels with ``make wheel/clean``, then run ``make all`` to recreate them.

Rebuild the services
~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit cff78c4

Please sign in to comment.