Skip to content

Commit ece3f3b

Browse files
pdgendtkartben
authored andcommitted
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 bfbdf52 commit ece3f3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/develop/beyond-GSG.rst

Lines changed: 3 additions & 0 deletions
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)