fusion-engineering / inline-python

Inline Python code directly in your Rust code
https://docs.rs/inline-python
BSD 2-Clause "Simplified" License
1.15k stars 37 forks source link

Pip modules? #37

Closed zw5 closed 4 years ago

zw5 commented 4 years ago

How can you impor pip modules in code???

de-vri-es commented 4 years ago

With a Python import statement :)

It's exactly the same as in a regular python script.