Skip to content

Commit 95dc8e7

Browse files
committed
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 <[email protected]>
1 parent 52b8e3d commit 95dc8e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/develop/beyond-GSG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,16 @@ Keeping Zephyr updated
136136
To update the Zephyr project source code, you need to get the latest
137137
changes via ``git``. Afterwards, run ``west update`` as mentioned in
138138
the previous paragraph.
139+
Additionally, in the case of updated or added Python dependencies, running
140+
``west packages pip --install`` will make sure these are up-to-date.
139141

140142
.. code-block:: console
141143
142144
# replace zephyrproject with the path you gave west init
143145
cd zephyrproject/zephyr
144146
git pull
145147
west update
148+
west packages pip --install
146149
147150
Export Zephyr CMake package
148151
***************************

0 commit comments

Comments
 (0)