File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626TARGETS=$( " ${ESP_PYTHON} " " ${IDF_PATH} /tools/install_util.py" extract targets " $@ " )
2727
2828echo " Installing ESP-IDF tools"
29- " ${ESP_PYTHON} " " ${IDF_PATH} /tools/idf_tools.py" --non-interactive install install --targets=" ${TARGETS} "
29+ " ${ESP_PYTHON} " " ${IDF_PATH} /tools/idf_tools.py" --non-interactive install --targets=" ${TARGETS} "
3030
3131FEATURES=$( " ${ESP_PYTHON} " " ${IDF_PATH} /tools/install_util.py" extract features " $@ " )
3232
3333echo " Installing Python environment and packages"
34- " ${ESP_PYTHON} " " ${IDF_PATH} /tools/idf_tools.py" --non-interactive install install -python-env --features=" ${FEATURES} "
34+ " ${ESP_PYTHON} " " ${IDF_PATH} /tools/idf_tools.py" --non-interactive install-python-env --features=" ${FEATURES} "
3535
3636echo " All done! You can now run:"
3737echo " "
You can’t perform that action at this time.
0 commit comments