Searched full:pip (Results 1 – 7 of 7) sorted by relevance
31 pip install --user pipenv35 pipenv run pip install pytest -e .52 - name: Cache pip55 path: ~/.cache/pip56 key: ${{ runner.os }}-pip
22 pip install setuptools twine packaging wheel23 pip install --pre imgtool
8 pip install imgtool
33 last_release=$(pip show imgtool | grep "Version: " | cut -d" " -f2)
28 python3-pip \34 RUN python3 -m pip install \
50 # use command `python -m pip show cysecuretools` to find out this path
145 … message(FATAL_ERROR "esptool.py not found. Please install it using \'pip install esptool\'.")