Changes between Version 6 and Version 7 of InstallationGuidelines/Windows/Developer/Installer/Maintenance
- Timestamp:
- 09/30/13 13:17:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer/Maintenance
v6 v7 4 4 * Extract to a local folder 5 5 * Download all dependencies as per InstallationGuidelines/Windows/Developer/Manual 6 * Put the python-2.7. 2.msi in the same folder as the .NSI-file is7 * Rename numpy-1.6.1-win32-superpack-python2.7.exe as numpy.exe8 * Rename pywin32-21 6.win32-py2.7.exe as pywin.exe6 * Put the python-2.7.5.msi in the same folder as the .NSI-file is 7 * If including numpy, rename numpy-1.7.1-win32-superpack-python2.7.exe as numpy.exe 8 * Rename pywin32-218.win32-py2.7.exe as pywin.exe 9 9 * Use 7zip to extract all other library installers 10 10 * Copy the extracted files into the right folders: 11 * Contents of the PLATLIB folder into the site-packages/<LIBNAME>/ folder.11 * Contents of the PLATLIB or PURELIB folder into the site-packages/<LIBNAME>/ folder. 12 12 * Scripts (IPython only) into the scripts/<LIBNAME>/ 13 13 * Dlls (Shapely only) into dlls/<LIBNAME>/