I have written a program. Thats include c# and python ı wrote the python from pycharm. After that ı created a ui from c# and ı called the python file from c#. And itis working fine.(Calling the .py file with cmd not ironpython). And now ı need to create the setup file thats include the c#, .py file and libraries.(cv2,os,..) . I will setup the program on another pc so ı need to setup python to that pc with environment variable set up to python. So the c# file can work like 'python main.py --param1 --param2'. How can ı create a setup file? Can anyone help me?
None
None
None