@@ -3,7 +3,7 @@ WinPython tools
3
3
4
4
Copyright © 2012-2013 Pierre Raybaut
5
5
6
- Copyright © 2014-2018 + The Winpython development team https://github.com/winpython/
6
+ Copyright © 2014-2019 + The Winpython development team https://github.com/winpython/
7
7
8
8
Licensed under the terms of the MIT License
9
9
(see winpython/__init__.py for details)
@@ -19,10 +19,10 @@ This is the `winpython` Python package, not the distribution itself.
19
19
It includes two main features:
20
20
21
21
WinPython Package Manager (WPPM)
22
- let you install/uninstall
22
+ a graphical layer over pip, to let you install/uninstall
23
23
to your WinPython distribution any standard Python package built
24
- with distutils (e.g. "dummypackage-2.1.win-amd64-py3.4.exe ")
25
- or with wheels (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
24
+ as source (e.g. "dummypackage-2.1.zip" or "dummypackage-2.1.tar.gz ")
25
+ or as wheel (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
26
26
27
27
WinPython build toolchain
28
28
make.py is the script used to
@@ -33,20 +33,16 @@ Dependencies
33
33
34
34
* Python2 >= 2.7 or Python3 >= 3.4 (Python>= 3.6 is recommanded)
35
35
36
- * PyQt4 >= 4.11 or PyQt5 >= 5.4 or PySide2>=5.11 (PyQt5.9 or Pyside2-5.12 is recommanded)
36
+ * PyQt5 >= 5.6 or PySide2>=5.11 (PyQt5.9 or Pyside2-5.12 is recommanded)
37
37
38
- * pip >= 9 .0 and setuptools >= 30 .0
38
+ * pip >= 10 .0 and setuptools >= 38 .0
39
39
40
40
Requirements
41
41
------------
42
42
43
- * 7zip (directory has to be available in PATH)
44
-
45
- * NSIS:
46
- * "Large strings" special build (http://nsis.sourceforge.net/Special_Builds)
47
- * with TextReplace plugin installed
43
+ * NSIS (for icon shortcut creations, installer can be NSIS, INNO, 7-Zip, or nothing)
48
44
49
- * PyQt4/5 or Pyside2 is required to execute WinPython Control Panel/Ipython Qt and Qt related packages.
45
+ * PyQt5 or Pyside2 is required to execute WinPython Control Panel/Ipython Qt and Qt related packages.
50
46
if not installed, these packages will not execute.
51
47
52
48
Installation
0 commit comments