Home
last modified time | relevance | path

Searched full:pip3 (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-Core-2.7.6/.github/workflows/
Ddoc-build.yml60 sudo pip3 install -U setuptools wheel pip
61 pip3 install -r scripts/requirements-doc.txt
62 pip3 install west==${WEST_VERSION}
63 pip3 install cmake==${CMAKE_VERSION}
144 pip3 install -U setuptools wheel pip
145 pip3 install -r scripts/requirements-doc.txt
146 pip3 install west==${WEST_VERSION}
147 pip3 install cmake==${CMAKE_VERSION}
Dcompliance.yml44 pip3 install setuptools
45 pip3 install wheel
46 pip3 install python-magic junitparser==1.6.3 gitlint pylint pykwalify
47 pip3 install west
Dcoding_guidelines.yml24 pip3 install unidiff
25 pip3 install wheel
26 pip3 install sh
Dbackport_issue_check.yml19 sudo pip3 install -U setuptools wheel pip
20 pip3 install -U pygithub
Ddevicetree_checks.yml68 pip3 install wheel
69 pip3 install pytest pyyaml tox
Dwest_cmds.yml69 pip3 install wheel
70 pip3 install pytest west pyelftools canopen progress mypy intelhex psutil
Ddaily_test_version.yml28 pip3 install gitpython
Dtwister_tests.yml49 pip3 install pytest colorama pyyaml ply mock
Dfootprint-tracking.yml39 sudo pip3 install -U setuptools wheel pip gitpython
Dtwister.yaml57 pip3 install GitPython
146 pip3 install GitPython
Dclang.yaml44 pip3 install GitPython
/Zephyr-Core-2.7.6/doc/guides/west/
Dinstall.rst7 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
36 When west is installed, the launcher is placed by :file:`pip3` somewhere in
Dmoving-to-west.rst14 pip3 install --user -U west
18 pip3 install -U west
Dtroubleshooting.rst62 pip3 show west
74 Notice how ``lib\site-packages`` in the ``pip3 show`` output was changed
112 $ pip3 show west | grep Location: | cut -f 2 -d ' '
115 $ pip3 install --user west==0.7.0
195 #. Install the latest west with the ``-U`` option for ``pip3 install`` as shown
Dsign.rst57 to run ``pip3 install imgtool``, then retry with a pristine build directory.
Dwithout-west.rst25 pip3 uninstall west
/Zephyr-Core-2.7.6/doc/guides/bluetooth/autopts/
Dautopts-win10.rst84 pip3 install west
116 pip3 install -r ~\zephyrproject\zephyr\scripts\requirements.txt
165 pip3 install --user -U west
196 pip3 install --user wheel
197 pip3 install --user -r /mnt/c/Users/codecoup/zephyrproject/zephyr/scripts/requirements.txt
203 pip3 list
209 pip3 install <module_name>
215 pip3 install ninja
347 pip3 install --user wheel
348 pip3 install --user -r autoptsserver_requirements.txt
[all …]
Dautopts-linux.rst59 pip3 install --user -U west
79 Install them with pip3:
83 pip3 install --user -r ~/zephyrproject/zephyr/scripts/requirements.txt
328 pip3 install --user wheel
329 pip3 install --user -r autoptsclient_requirements.txt
344 pip3 install --user wheel
345 pip3 install --user -r autoptsserver_requirements.txt
/Zephyr-Core-2.7.6/doc/getting_started/
Dindex.rst208 pip3 install --user -U west
229 dependencies. Install them with ``pip3``.
233 pip3 install --user -r ~/zephyrproject/zephyr/scripts/requirements.txt
297 pip3 install -U west
316 dependencies. Install them with ``pip3``.
320 pip3 install -r ~/zephyrproject/zephyr/scripts/requirements.txt
384 pip3 install -U west
404 dependencies. Install them with ``pip3``.
408 pip3 install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt
Dinstallation_linux.rst161 * Use ``pip3``:
165 pip3 install --user cmake
/Zephyr-Core-2.7.6/doc/guides/tfm/
Drequirements.rst52 $ pip3 install --user cryptography pyasn1 pyyaml cbor>=1.0.0 imgtool>=1.6.0 jinja2 click
/Zephyr-Core-2.7.6/cmake/
Dmcuboot.cmake67 …sign images for MCUboot: can't find imgtool. To fix, install imgtool with pip3, or add the mcuboot…
/Zephyr-Core-2.7.6/scripts/west_commands/
Dsign.py50 For this to work, either imgtool must be installed (e.g. using pip3),
291 '(e.g. "pip3 install imgtool") or provide --tool-path')
/Zephyr-Core-2.7.6/doc/guides/optimizations/
Dtools.rst28 pip3 install git+https://github.com/HBehrens/puncover --user
/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dopenocd.py172 'elftools missing; please "pip3 install elftools"')

12