Using Python libraries downloaded from pip #784
Unanswered
Electric-Dragon
asked this question in
Q&A
Replies: 1 comment
-
In https://beta.pybricks.com/, you can now make multiple files and import between them. There isn't currently a way to download from PyPI within our editor automatically. Upstream MicroPython is working on this kind of functionality though, so perhaps we can use some of that in Pybricks in the future. It might possible to make a local project and run it on the hub via https://github.com/pybricks/pybricksdev. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to use a library I downloaded through pip and a custom file along with my code. Is there a way I can achieve that?
The library is used to use some functionalities of the custom file.
Beta Was this translation helpful? Give feedback.
All reactions