13 lines
541 B
Plaintext
13 lines
541 B
Plaintext
Thonny is a Python IDE meant for learning programming.
|
|
|
|
This version does not include python3 but, as it will be installed
|
|
to satisfy the dependencies, that should not be a problem.
|
|
|
|
pygame created with python3 support is an optional dependancy.
|
|
esptool is another optional dependancy for communicating with
|
|
ROM bootloaders of Espressif ESP8266 and ESP32 chips.
|
|
|
|
note: python3-platformdirs deps have changed, and so that
|
|
package needs to be rebuilt with the new deps, specifically
|
|
python3-setuptool-scm-opt, to avoid importerrors in thonny.
|