I\'m working on a couple of Linux tools and need to prevent installation on Windows, since it depends on FHS and is thus rendered useless on that platform. The platfor
platfor
>>> import platform >>> platform.system() 'Windows'