Lines Matching +full:- +full:- +full:installed
1 .. _west-install:
11 pip3 install --user -U west
15 pip3 install -U west
18 See :ref:`python-pip` for additional clarification on using the
19 ``--user`` switch.
21 Afterwards, you can run ``pip3 show -f west`` for information on where the west
22 binary and related files were installed.
24 Once west is installed, you can use it to :ref:`clone the Zephyr repositories
25 <clone-zephyr>`.
27 .. _west-struct:
36 When west is installed, the launcher is placed by :file:`pip3` somewhere in
39 launcher is the command-line entry point to running both built-in commands
43 In addition to its command-line interface, you can also use west's Python
44 APIs directly. See :ref:`west-apis` for details.
46 .. _west-shell-completion:
63 .. group-tab:: bash
65 *One-time setup*:
67 .. code-block:: bash
73 .. code-block:: bash
75 … west completion bash > ~/west-completion.bash; echo "source ~/west-completion.bash" >> ~/.bashrc
77 .. group-tab:: zsh
79 *One-time setup*:
81 .. code-block:: zsh
87 .. code-block:: zsh
91 .. group-tab:: fish
93 *One-time setup*:
95 .. code-block:: fish
101 .. code-block:: fish