v0.2.0
PyGRT Support Linux, MacOS and Windows
- Linux
- MacOS
- Windows
What's Changed
-
Pre-compiled binary programs and Libraries on Linux, MacOS and Windows. You can simply run
pip install pygrt-kitto install the new version.- Linux and MacOS.
Dynamic library ofOpenMPis needed, while in general it has already been included inGNUcompiler. So if program complain that "libgomp.so not found" or python said "you may need other dependency", just add one step to installOpenMP. - Native Windows!!
Different from Linux and MacOS,OpenMPare statically linked. You can just open acmd(notPowerShell) orAnaconda Prompt, directly run the program.
- Linux and MacOS.
Full Changelog: https://github.com/Dengda98/PyGRT/commits/v0.2.0