Installing and Updating the IDF Component Manager
To update the IDF Component Manager to the latest version, run the following commands.
Note
If your version of ESP-IDF does not include the IDF Component Manager, you can install it using the same commands.
Open the ESP-IDF PowerShell Environment
or ESP-IDF Command Prompt (cmd.exe)
from the Start menu, then run:
> python -m pip install --upgrade idf-component-manager
$ source $IDF_PATH/export.sh
$ python -m pip install --upgrade idf-component-manager
$ . $IDF_PATH/export.fish
$ python -m pip install --upgrade idf-component-manager