gwu-libraries / clint

Command Line INventory Tool
6 stars 1 forks source link

build windows distro for clint cli #118

Open dchud opened 10 years ago

dchud commented 10 years ago

Perhaps we can use innosetup or something like it for this, to get clint onto windows machines. This could be useful for bagging content up from machines attached to digitization devices, etc.

https://pypi.python.org/pypi/innosetup/

I used innosetup for this successfully many years ago (8-10?) but it looks like it's still maintained. Maybe there are better ways now?

darshanrp commented 10 years ago

Useful links for setting up python, pip and virutalenv on windows http://arunrocks.com/guide-to-install-python-or-pip-on-windows/