Install PyPi packages on RaspPi Pico from VSCode? #9334
-
|
Hi, I want to use VSCode for MicroPython development on the RaspPi Pico. It works so far, but I haven't figured out how to install PyPi packages like I can do in Thonny. Is this possible? And if yes, how? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I don't know about VSCode specifically, but package installation is something that is currently being worked on. If you want to replicate what Thonny does, the author of Thonny also provides the |
Beta Was this translation helpful? Give feedback.
-
|
Hi @MarkuBu I would like to do the same; building debugging upolading Micropython for RPi Pico on Vscode. Could you please explaing shortly how do you do it? Which extensin(s) you're using? Do you make debugging, uploading? How? Are you satisfied? |
Beta Was this translation helpful? Give feedback.
I don't know about VSCode specifically, but package installation is something that is currently being worked on.
If you want to replicate what Thonny does, the author of Thonny also provides the
pipkintool which does just the package installation part. https://github.com/aivarannamaa/pipkin