Skip to content

Commit

Permalink
Fix esp32 docs. (#25042)
Browse files Browse the repository at this point in the history
constraints.txt got moved.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Oct 11, 2023
1 parent 854fec4 commit 2228037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/esp32/setup_idf_chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Please run the below commands after every bootstrapping.
Workaround is to install `gdbgui` wheels as binary:

```
python3 -m pip install -c scripts/constraints.txt --no-cache --prefer-binary gdbgui==0.13.2.0
python3 -m pip install -c scripts/setup/constraints.txt --no-cache --prefer-binary gdbgui==0.13.2.0
deactivate
```

Expand Down

0 comments on commit 2228037

Please sign in to comment.