Browse Source

doc: develop: beyond-GSG.rst: Add west packages to "Keeping Zephyr updated"

Add an entry to the commands to run for "Keeping Zephyr Updated" as
python packages might have been updated/added as dependencies.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
pull/85919/head
Pieter De Gendt 5 months ago committed by Benjamin Cabé
parent
commit
ece3f3b5b6
  1. 3
      doc/develop/beyond-GSG.rst

3
doc/develop/beyond-GSG.rst

@ -136,6 +136,8 @@ Keeping Zephyr updated @@ -136,6 +136,8 @@ Keeping Zephyr updated
To update the Zephyr project source code, you need to get the latest
changes via ``git``. Afterwards, run ``west update`` as mentioned in
the previous paragraph.
Additionally, in the case of updated or added Python dependencies, running
``west packages pip --install`` will make sure these are up-to-date.
.. code-block:: console
@ -143,6 +145,7 @@ the previous paragraph. @@ -143,6 +145,7 @@ the previous paragraph.
cd zephyrproject/zephyr
git pull
west update
west packages pip --install
Export Zephyr CMake package
***************************

Loading…
Cancel
Save