Home
last modified time | relevance | path

Searched full:pip (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/.github/workflows/
Dimgtool.yaml31 pip install --user pipenv
35 pipenv run pip install pytest -e .
52 - name: Cache pip
55 path: ~/.cache/pip
56 key: ${{ runner.os }}-pip
/mcuboot-latest/ci/
Dimgtool_install.sh22 pip install setuptools twine packaging wheel
23 pip install --pre imgtool
Despressif_install.sh8 pip install imgtool
Dimgtool_run.sh33 last_release=$(pip show imgtool | grep "Version: " | cut -d" " -f2)
/mcuboot-latest/ci/fih_test_docker/docker-build/
DDockerfile28 python3-pip \
34 RUN python3 -m pip install \
/mcuboot-latest/boot/cypress/
DMakefile50 # use command `python -m pip show cysecuretools` to find out this path
/mcuboot-latest/boot/espressif/
DCMakeLists.txt145 … message(FATAL_ERROR "esptool.py not found. Please install it using \'pip install esptool\'.")