Skip to content

Commit 6353203

Browse files
authored
Change Python requirement to 3.10 and update pip command
Updated Python version requirement and installation command.
1 parent 5fb7872 commit 6353203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/config_editor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ It allows the user to select the targets to compile, change the configuration op
55
It has mouse support and can be pre-configured using command line arguments.
66

77
## Requirements
8-
- Python 3.9 or later
9-
- Install the required packages using `pip install -r requirements.txt`
8+
- Python 3.10 or later
9+
- Install the required packages using `uv pip install -r requirements.txt`
1010
- The requirements from esp32-arduino-lib-builder
1111

1212
## Troubleshooting

0 commit comments

Comments
 (0)