2020-08-27 08:04:22 -05:00
|
|
|
Due to py2exe and pyinstaller not working at all, the setup now just installs python
|
|
|
|
uses pip to install the requirements and then creates some links to start relational.
|
2010-07-03 13:01:45 -05:00
|
|
|
|
2020-08-27 08:04:22 -05:00
|
|
|
You will need:
|
2010-07-03 13:01:45 -05:00
|
|
|
|
2020-08-27 08:04:22 -05:00
|
|
|
1) Innosetup
|
|
|
|
2) The python installer executable in the windows directory
|
2015-06-06 11:18:24 -05:00
|
|
|
|
2010-07-03 13:01:45 -05:00
|
|
|
Create the setup with Inno Setup
|
2020-08-27 08:04:22 -05:00
|
|
|
- Run make or it will just never work
|
2010-07-03 13:01:45 -05:00
|
|
|
- Move windows/ss.iss to ../
|
|
|
|
- Open ss.iss with Inno Setup, Build and Compile
|
|
|
|
|
|
|
|
A directory named "Output" will be created, which will contain the installer.
|