Lines Matching refs:west
1 .. _moving-to-west:
6 To convert a "pre-west" Zephyr setup on your computer to west, follow these
8 instead. See :ref:`west-troubleshooting` for advice on common issues.
10 #. Install west.
14 pip3 install --user -U west
18 pip3 install -U west
20 For details, see :ref:`west-install`.
40 #. Create a :ref:`west workspace <west-workspace>` using the zephyr
43 west init -l zephyr
45 This creates :file:`zephyrproject/.west`, marking the root of your
51 west update
54 local repositories will get out of sync. (Run ``west list`` for current
57 You are done: :file:`zephyrproject` is now set up to use west.