Closed mmangione closed 4 years ago
Yes Sure. I will. Thanks
You can use the platform
module from Python if you wish to merge the two setup files together.
import platform
....
if (platform.system() != "Windows"):
# Do this for *Nix
else:
# Do this for Windows.
The codebase has been updated, please do a git pull.
I attended your talk at CactusCon. Great job.
Why not use a setup.py file so that the install process can be OS ambivalent?