Lines Matching full:install

44       Click *Check for updates* and install any that are available.
48 Install dependencies
51 Next, you'll install some host dependencies using your package manager.
89 #. Use ``apt`` to install the required dependencies:
93 sudo apt install --no-install-recommends git cmake ninja-build gperf \
114 #. Install `Homebrew <https://brew.sh/>`_:
118 … /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
132 #. Use ``brew`` to install the required dependencies:
136 brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd
159 In modern version of Windows (10 and later) it is recommended to install the Windows Terminal
163 you can install dependencies from their respective websites and ensure
171 #. `Install chocolatey`_.
184 #. Use ``choco`` to install the required dependencies:
188 choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
189 choco install ninja gperf python311 git dtc-msys2 wget 7zip
194 as some required Python dependencies may be difficult to install.
199 .. _Install chocolatey: https://chocolatey.org/install
206 Get Zephyr and install Python dependencies
210 <west>` workspace named :file:`zephyrproject`. You'll also install Zephyr's
219 #. Use ``apt`` to install Python ``venv`` package:
223 sudo apt install python3-venv
246 #. Install west:
250 pip install west
268 #. The Zephyr west extension command, ``west packages`` can be used to install Python
273 west packages pip --install
298 #. Install west:
302 pip install west
320 #. The Zephyr west extension command, ``west packages`` can be used to install Python
325 west packages pip --install
353 #. Install west:
357 pip install west
375 #. The Zephyr west extension command, ``west packages`` can be used to install Python
380 west packages pip --install
382 Install the Zephyr SDK
398 Install the Zephyr SDK using the ``west sdk install``.
403 west sdk install
408 and which architecture of toolchains to install.
409 See ``west sdk install --help`` for details.
413 Install the Zephyr SDK using the ``west sdk install``.
418 west sdk install
423 and which architecture of toolchains to install.
424 See ``west sdk install --help`` for details.
428 Install the Zephyr SDK using the ``west sdk install``.
433 west sdk install
438 and which architecture of toolchains to install.
439 See ``west sdk install --help`` for details.
443 If you want to install Zephyr SDK without using the ``west sdk`` command,
516 You may need to install additional :ref:`host tools <flash-debug-host-tools>`