How to create a Python .exe with MSI Installer and Cx_freeze This is the first part of Distributing Python Apps for Windows Desktops. Continuar Lendo →
VirtualEnv Tutorial for beginners (Windows) Easy VirtualEnv Tutorial for beginners (Windows) First of all, pip install VirtualEnv: c:\Python27\Scripts\pip.exe install virtualenv Second, create a directory to put your virtual environments. Continuar Lendo →