Lines Matching refs:west
3 Installing west
7 Use :file:`pip3` to install or upgrade west:
11 pip3 install --user -U west
15 pip3 install -U west
21 Afterwards, you can run ``pip3 show -f west`` for information on where the west
24 Once west is installed, you can use it to :ref:`clone the Zephyr repositories
32 West's code is distributed via PyPI in a Python package named ``west``.
34 ``west`` (or ``west.exe`` on Windows).
36 When west is installed, the launcher is placed by :file:`pip3` somewhere in
40 like ``west init``, ``west update``, along with any extensions discovered
43 In addition to its command-line interface, you can also use west's Python
44 APIs directly. See :ref:`west-apis` for details.
69 source <(west completion bash)
75 … west completion bash > ~/west-completion.bash; echo "source ~/west-completion.bash" >> ~/.bashrc
83 source <(west completion zsh)
89 west completion zsh > "${fpath[1]}/_west"
97 west completion fish | source
103 west completion fish > $HOME/.config/fish/completions/west.fish
106 https://pypi.org/project/west/