Skip to content

Commit b93b050

Browse files
authored
Update Python version and cleanup README instructions
Updated Python version requirement and removed outdated notes on library copying.
1 parent fd40333 commit b93b050

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information and troubleshooting, please refer to the [UI README](tools/
2323
To use it, follow these steps:
2424

2525
1. Make sure you have the following prerequisites:
26-
- Python 3.9 or later
26+
- Python 3.10 or later
2727
- All the dependencies listed in the previous section
2828

2929
2. Install the required UI packages using `pip install -r tools/config_editor/requirements.txt`.
@@ -36,9 +36,6 @@ To use it, follow these steps:
3636

3737
6. The script will show the compilation output in a new screen. Note that the compilation process can take many hours, depending on the number of libraries selected and the options chosen.
3838

39-
7. If the compilation is successful and the option to copy the libraries to the Arduino Core folder is enabled, it will already be available for use in the Arduino IDE. Otherwise, you can find the compiled libraries in the `esp32-arduino-libs` folder alongside this repository.
40-
- Note that the copy operation doesn't currently support the core downloaded from the Arduino IDE Boards Manager, only the manual installation from the [`arduino-esp32`](https://github.com/espressif/arduino-esp32) repository.
41-
4239
### Documentation
4340

4441
For more information about how to use the Library builder, please refer to this [Documentation page](https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html?highlight=lib%20builder)

0 commit comments

Comments
 (0)