PSU-ICDS / iaskutils

A collection of various python scripts and tools used by the Penn State ICDS i-ASK helpdesk to help the users of the Roar supercomputer.
https://www.icds.psu.edu/
MIT License
1 stars 1 forks source link

Update README to use nuitka #13

Closed NucciTheBoss closed 3 years ago

NucciTheBoss commented 3 years ago

Finally followed through on updating the code to use the nuitka compiler for python. I like it because it works a lot better than pyinstaller. nuitka allows for static binaries, so I don't need to worry about one of my dependencies being overwritten!