Update windows README
Update instructions on how to create a setup.exe for windows.
This commit is contained in:
parent
c0132ef9df
commit
21feffaa74
@ -1,14 +1,13 @@
|
|||||||
Requirements:
|
Requirements:
|
||||||
1)Python 2.6;
|
1)Python 3.4, 32bit
|
||||||
2)PyQt for python 2.6 (it should already include the qt libs);
|
2)PyQt5 for python 3.4, 32bit (it should already include the qt libs);
|
||||||
3)Py2exe
|
3)Py2exe
|
||||||
4)Innosetup
|
4)Innosetup
|
||||||
|
|
||||||
It might be necessary to have the: Microsoft Visual C++ 2008 Redistributable Package, because python 2.6 uses it and it's not installed by default in windows.
|
It might be necessary to have the: Microsoft Visual C++ 2008 Redistributable Package, because python 2.6 uses it and it's not installed by default in windows. I don't know if python 3 still needs it.
|
||||||
|
|
||||||
|
|
||||||
Create an exe file
|
Create an exe file
|
||||||
- Remove the directory relational_pyside (uses symlinks that won't work on windows)
|
|
||||||
- Move the file windows/input.py to ../
|
- Move the file windows/input.py to ../
|
||||||
- Chech that the version number is correct
|
- Chech that the version number is correct
|
||||||
- Execute "python input.py py2exe"
|
- Execute "python input.py py2exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user