Searched full:pip (Results 1 – 25 of 64) sorted by relevance
123
11 # cache the pip download directory in all jobs13 PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"18 - "$CI_PROJECT_DIR/.cache/pip"27 - pip install -e .[dev] --prefer-binary88 - apt-get install -y python3 python3-pip softhsm2106 - pip install -e .[dev] --prefer-binary144 - pip install .152 - pip install -e .160 - pip install --user .175 - python -m pip install .[all …]
22 $ pip install --user -e .32 $ pip install --user -e ".[dev]"85 $ python -m pip install pre-commit
9 …t stable esptool release can be installed from `PyPI <https://pypi.org/project/esptool/>`_ via pip:13 $ pip install esptool15 …pip install esptool`` or ``pip3 install esptool``, or consult your `Python installation manual <ht…17 … You can install it by a package manager of your operating system, or by ``pip install setuptools`…
28 pip install --upgrade pip29 pip install -r requirements.txt32 pip install flake8
11 - 安装 pip::13 sudo easy_install pip17 ``pip`` 稍后将用于安装 :ref:`所需 Python 包 <get-started-get-packages-legacy>`。
15 - 安装 pip::17 sudo easy_install pip21 ``pip`` 稍后将用于安装 :ref:`必要的 Python 软件包 <get-started-get-packages-legacy>`。
19 …sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-pip python-se…27 …`` 版本可能是 2.x ,ESP-IDF 并不支持。这种情况下,请按照 :ref:`get-started-get-packages-legacy` 章节的介绍,使用 ``pip`` 安装软件包。
19 …sudo apt-get install gcc git wget make flex bison gperf python python-pip python-setuptools python…27 …`` 版本可能是 2.x ,ESP-IDF 并不支持。这种情况下,请按照 :ref:`get-started-get-packages-legacy` 章节的介绍,使用 ``pip`` 安装软件包。
26 python3-pip \34 && python -m pip install --upgrade \35 pip \
14 …print('pkg_resources cannot be imported probably because the pip package is not installed and/or u…61 … # we're using this script to check non-default requirements.txt, so tell the user to run pip62 …print('Please check the documentation for the feature you are using, or run "%s -m pip install -r …80 # via MSYS2 not via pip or system breaks...
14 …sudo apt-get install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-…18 …sudo yum -y update && sudo yum install git wget flex bison gperf python3 python3-pip python3-setup…24 …sudo pacman -S --needed gcc git make flex bison gperf python-pip cmake ninja ccache dfu-util libusb
22 - 安装 pip::24 sudo easy_install pip28 pip install --user pyserial
18 …& sudo yum install git wget ncurses-devel flex bison gperf python3 python3-pip cmake ninja-build c…24 …sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-setuptoo…56 sudo pacman -Sy --needed python-pip
12 - 安装 pip::14 sudo easy_install pip
11 - install pip::13 sudo easy_install pip17 …``pip`` will be used later for installing :ref:`the required Python packages <get-started-get-pack…
15 - install pip::17 sudo easy_install pip21 …``pip`` will be used later for installing :ref:`the required Python packages <get-started-get-pack…
19 …sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-pip python-se…28 In this case please install a supported version via ``pip`` as it is described in section
19 …sudo apt-get install gcc git wget make flex bison gperf python python-pip python-setuptools python…27 … not supported by ESP-IDF). It is possible to install these packages via ``pip`` instead - as desc…
22 - install pip::24 sudo easy_install pip28 pip install --user pyserial
12 - install pip::14 sudo easy_install pip
67 - pip install -r requirements.txt83 - pip install -r requirements.txt166 - pip install -r docs/requirements.txt228 - pip install -r requirements.txt
37 mingw-w64-i686-python-pip mingw-w64-i686-python-cryptography unzip winpty mingw-w64-i686-gcc41 python -m pip install -r "$IDF_PATH/requirements.txt"
47 …ents from `tools/ci/python_packages/ttfw_idf/requirements.txt`: `python -m pip install -r $IDF_PAT…51 …il due to other missing packages. You might need to install them manually: `pip install websocket`.