Home
last modified time | relevance | path

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

123

/hal_espressif-3.6.0/components/esptool_py/esptool/
D.gitlab-ci.yml11 # cache the pip download directory in all jobs
13 PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
18 - "$CI_PROJECT_DIR/.cache/pip"
27 - pip install -e .[dev] --prefer-binary
88 - apt-get install -y python3 python3-pip softhsm2
106 - pip install -e .[dev] --prefer-binary
144 - pip install .
152 - pip install -e .
160 - pip install --user .
175 - python -m pip install .
[all …]
DCONTRIBUTING.rst22 $ pip install --user -e .
32 $ pip install --user -e ".[dev]"
85 $ python -m pip install pre-commit
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/
Dinstallation.rst9 …t stable esptool release can be installed from `PyPI <https://pypi.org/project/esptool/>`_ via pip:
13 $ pip install esptool
15pip 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`…
/hal_espressif-3.6.0/.github/workflows/
Dpython_lint.yml28 pip install --upgrade pip
29 pip install -r requirements.txt
32 pip install flake8
/hal_espressif-3.6.0/docs/zh_CN/get-started-legacy/
Dmacos-setup.rst11 - 安装 pip::
13 sudo easy_install pip
17 ``pip`` 稍后将用于安装 :ref:`所需 Python 包 <get-started-get-packages-legacy>`。
Dmacos-setup-scratch.rst15 - 安装 pip::
17 sudo easy_install pip
21 ``pip`` 稍后将用于安装 :ref:`必要的 Python 软件包 <get-started-get-packages-legacy>`。
Dlinux-setup-scratch.rst19 …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`` 安装软件包。
Dlinux-setup.rst19 …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`` 安装软件包。
/hal_espressif-3.6.0/tools/docker/
DDockerfile26 python3-pip \
34 && python -m pip install --upgrade \
35 pip \
/hal_espressif-3.6.0/tools/
Dcheck_python_dependencies.py14 …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 pip
62 …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...
/hal_espressif-3.6.0/docs/zh_CN/get-started/
Dlinux-setup.rst14 …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
Dmacos-setup-scratch.rst22 - 安装 pip::
24 sudo easy_install pip
28 pip install --user pyserial
Dlinux-setup-scratch.rst18 …& 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
Dmacos-setup.rst12 - 安装 pip::
14 sudo easy_install pip
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Dmacos-setup.rst11 - install pip::
13 sudo easy_install pip
17 …``pip`` will be used later for installing :ref:`the required Python packages <get-started-get-pack…
Dmacos-setup-scratch.rst15 - install pip::
17 sudo easy_install pip
21 …``pip`` will be used later for installing :ref:`the required Python packages <get-started-get-pack…
Dlinux-setup-scratch.rst19 …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
Dlinux-setup.rst19 …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…
/hal_espressif-3.6.0/docs/en/get-started/
Dmacos-setup-scratch.rst22 - install pip::
24 sudo easy_install pip
28 pip install --user pyserial
Dlinux-setup.rst14 …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
Dlinux-setup-scratch.rst18 …& 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
Dmacos-setup.rst12 - install pip::
14 sudo easy_install pip
/hal_espressif-3.6.0/.gitlab/ci/
Ddocs.yml67 - pip install -r requirements.txt
83 - pip install -r requirements.txt
166 - pip install -r docs/requirements.txt
228 - pip install -r requirements.txt
/hal_espressif-3.6.0/tools/windows/
Dwindows_install_prerequisites.sh37 mingw-w64-i686-python-pip mingw-w64-i686-python-cryptography unzip winpty mingw-w64-i686-gcc
41 python -m pip install -r "$IDF_PATH/requirements.txt"
/hal_espressif-3.6.0/examples/
DREADME.md47 …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`.

123