Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.91 KB

File metadata and controls

20 lines (14 loc) · 1.91 KB

Installation for developing on Windows

Install Python, PyQT and required packages

Download the source code and test it

  • Download the source code from https://github.com/brewsterkahle/archivecd, either using the Download ZIP link for using git.
  • In the windows cmd.exe console, you should be able to run wizard.py. If you want to run from a cygwin terminal, you can type /cygdrive/c/Python27/python.exe wizard.py

Install PyInstaller for making .exe files