Replies: 1 comment
|
Also can I assume that python packages developed for python in general will work for rustpython? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I want to use rustpython as a scripting engine for an app I build. But I want to also support
pip install, to leverage existing python packages.but I don't know how to achieve this?,
can I trigger
pip installin rust programmatically?All reactions