Promipi
Exectute Python from C#
I want to execute python code with modules from c#, I know how to do it with dynamic and a library but not how to install specific modules for use. I am currently using an azure function as a gateway to run python but we want to reduce costs and keep the logic in the .net application
4 replies