File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,16 @@ Licensed under the terms of the MIT License
24
24
25
25
Dependencies
26
26
27
- Python2 >= 2.7 or Python3 >= 3.3
28
- PyQt4 >= 4.11 or PySide >= 1.2 (PyQt4 is recommended)
29
- pip >= 6.0.8 and setuptools >= 15 .1
27
+ Python2 >= 2.7 or Python3 >= 3.4
28
+ PyQt4 >= 4.11 or PyQt5 >= 5.4 (PyQt4 is recommended)
29
+ pip >= 7.1.0 and setuptools >= 17.1 .1
30
30
31
31
Requirements
32
32
33
33
7zip (directory has to be available in PATH)
34
34
NSIS:
35
35
* "Large strings" special build (http://nsis.sourceforge.net/Special_Builds)
36
36
* with TextReplace plugin installed
37
- Microsoft Visual C++ DLLs -- the versions have to be the same as the
38
- one used to build your Python installation. For example, when using the
39
- official Python 2.7 build, you will need v9.0.21022.8:
40
- * 32bit: http://www.microsoft.com/en-us/download/details.aspx?id=29
41
- * 64bit: http://www.microsoft.com/en-us/download/confirmation.aspx?id=15336
42
37
43
38
Installation
44
39
You can’t perform that action at this time.
0 commit comments