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 doesn't come with the IDF Component Manager, you can install it using the same commands.
Run ESP-IDF PowerShell Environment
or ESP-IDF Command Prompt (cmd.exe)
from the Start menu and run the following command:
> 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