Skip to content

Commit

Permalink
doc: add updating zephyr dependencies
Browse files Browse the repository at this point in the history
add part about updating zephyr dependencies.

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg committed Jan 10, 2025
1 parent bc6eded commit fd7adfa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/develop/beyond-GSG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,21 @@ the previous paragraph.
git pull
west update
Keeping Zephyr dependencies updated
===================================

To update the Python dependencies of the Zephyr project, you can use the
``west packages pip --install -- --upgrade`` command. This command will install or upgrade the
Python packages required by Zephyr and it's modules. This should be done after updating the Zephyr
project source code. Make sure to execute this command while the virtual environment, you use when
working with Zephyr, is active.

.. code-block:: console
# replace zephyrproject with the path you gave west init
cd zephyrproject/zephyr
west packages pip --install -- --upgrade
Export Zephyr CMake package
***************************

Expand Down

0 comments on commit fd7adfa

Please sign in to comment.