Searched refs:install (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | installation.rst | 19 $ pip install esptool 21 … not work and you’ll receive an error, try ``python -m pip install esptool`` or ``pip3 install esp… 23 …le on all systems by default. You can install it by a package manager of your operating system, or… 34 … affect other Python environments or SDK installations, it is advised to install it in a virtual e… 44 - Install the latest ``esptool.py`` version within the active virtual environment: ``pip install es… 59 $ pip install --upgrade esptool 70 $ pip install esptool==3.3.2
|
D | index.rst | 25 $ pip install esptool
|
D | versions.rst | 10 …ed and bugfixes are not planned, therefore it is strongly recommended to install the latest versio…
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 22 $ pip install --user -e . 24 This will install ``esptool.py``’s dependencies and create some executable script wrappers in the u… 28 To also install additional tools needed for actually developing and testing ``esptool.py``, run thi… 32 $ pip install --user -e ".[dev]" 81 To use the tool, first install ``pre-commit``. Then enable the ``pre-commit`` and ``commit-msg`` gi… 85 $ python -m pip install pre-commit 86 $ pre-commit install -t pre-commit -t commit-msg 88 On the first commit ``pre-commit`` will install the hooks, subsequent checks will be significantly …
|
D | CHANGELOG.md | 162 - **CH9102F**: Suggest to install new serial drivers if writing to RAM fails
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | README.md | 37 To test the built stub, you can run `make install` (or `make install WITHOUT_ESP8266=1`), which wil…
|
D | Makefile | 102 .PHONY: all clean install 106 install: $(patsubst $(BUILD_DIR)/%.elf,$(ESPTOOL_STUBS_DIR)/%.json,$(STUBS_ELF)) target
|
/hal_espressif-latest/tools/esptool_py/docs/ |
D | README.md | 17 …ng the python package `esp-docs`, which can be installed by running `pip install esp-docs`. Runnin…
|
/hal_espressif-latest/tools/esptool_py/ci/ |
D | gh_changelog_template.md.j2 | 28 …false positives. You can mark esptool as safe in your anti-virus SW, or [install esptool from sour…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 20 You must install ``esptool.py`` package with the ``hsm`` extra using the command ``pip install 'esp…
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 73 - install driver_transmit to appropriate ESP-NETIF object, so that outgoing packets from
|