Here is a simple batch file "install.bat" to ease Python packages install on Windows.
This is useful for Python packages released as source code in zip files, provided with a setup.py script.
Usually to install these packages, it is necessary to :
This is not straightforward for many Windows users, and usually unnecessarily annoying. The simple install.bat below will just do the same task, in a more convenient way: You only have to double-click on it. It will automatically figure out how to launch the script setup.py.
I have not tested it on many versions of Python, but it should at least work for versions 2.3 to 2.6.
Simply put the file in the same directory as setup.py within your package.
Double-click on install.bat to install the package.
This file install.bat can freely used, modified and redistributed, as long as credit to the author is kept intact. Please send any feedback, issues or improvements to decalage at laposte.net.
Attachment | Size |
---|---|
install.bat | 2.28 KB |