Hello. How create own library for ev3 micropython 2.0 in vscode? #15737
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi ,
Micropython does not use PyPI for package distribution, In stead op During development its much simpler to copy the files from your host to the MCU , I dont have an EV3 , so there may be other options as well. |
Beta Was this translation helpful? Give feedback.



Hi ,
it may be better if next time you do not upload screenshots , but your code.
Micropython does not use PyPI for package distribution, In stead op
pipthere ismip, documeted on micropython docs.During development its much simpler to copy the files from your host to the MCU ,
or use mpremote to mount your your ( in reverse as it were)
for instance by using
mpremote mount . exec "import local_script"I dont have an EV3 , so there may be other options as well.