8000 simplify README · winpython/winpython@df0c14e · GitHub
[go: up one dir, main page]

Skip to content

Commit df0c14e

Browse files
committed
simplify README
1 parent 291a487 commit df0c14e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,16 @@ Licensed under the terms of the MIT License
2424

2525
Dependencies
2626

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
3030

3131
Requirements
3232

3333
7zip (directory has to be available in PATH)
3434
NSIS:
3535
* "Large strings" special build (http://nsis.sourceforge.net/Special_Builds)
3636
* 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
4237

4338
Installation
4439

0 commit comments

Comments
 (0)
0