Example of use activity pip install

Hello,

I want to invoke a python code, but before I need to import “pandas” and “selenium” libraries, I don’t know how to use the activity pip install or if it’s any other way to import.

Thanks!

You give it an array of strings

{"pandas", "selenium" }
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.