Skip to content

Commit aac8ac1

Browse files
committed
Update install-esp-idf.sh
1 parent 382dc71 commit aac8ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ -z "$IDF_PATH" ]; then
1616
cd $IDF_PATH
1717
git fetch origin && git pull origin $IDF_BRANCH
1818
git submodule update --init --recursive
19-
python -m pip install --user -r requirements.txt
19+
python -m pip install -r requirements.txt
2020
cd "$AR_ROOT"
2121
fi
2222

0 commit comments

Comments
 (0)