ISISComputingGroup / lewis-ess

Let's write intricate simulators!
GNU General Public License v3.0
21 stars 19 forks source link

Python binaries for lewis simulators #299

Closed dheeraj539 closed 2 years ago

dheeraj539 commented 3 years ago

I have created a simulator for a device using epics interface. Now I need to deploy it on a server and run it from there. Is there a way to deploy only binaries to the server instead of coping entire code of my simulator and then run it?

mattclarke commented 3 years ago

I've never used it but you could try something like PyInstaller (https://www.pyinstaller.org/). From what I understand that would create a standalone exe you can deploy