Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit da50ce8

Browse filesBrowse files
authored
Merge pull request winpython#707 from stonebig/master
refresh readme
2 parents 63e81d1 + 3f1bf7d commit da50ce8
Copy full SHA for da50ce8

File tree

Expand file treeCollapse file tree

1 file changed

+8
-12
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-12
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+8-12Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WinPython tools
33

44
Copyright © 2012-2013 Pierre Raybaut
55

6-
Copyright © 2014-2018+ The Winpython development team https://github.com/winpython/
6+
Copyright © 2014-2019+ The Winpython development team https://github.com/winpython/
77

88
Licensed under the terms of the MIT License
99
(see winpython/__init__.py for details)
@@ -19,10 +19,10 @@ This is the `winpython` Python package, not the distribution itself.
1919
It includes two main features:
2020

2121
WinPython Package Manager (WPPM)
22-
let you install/uninstall
22+
a graphical layer over pip, to let you install/uninstall
2323
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")
2626

2727
WinPython build toolchain
2828
make.py is the script used to
@@ -33,20 +33,16 @@ Dependencies
3333

3434
* Python2 >= 2.7 or Python3 >= 3.4 (Python>= 3.6 is recommanded)
3535

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)
3737

38-
* pip >= 9.0 and setuptools >= 30.0
38+
* pip >= 10.0 and setuptools >= 38.0
3939

4040
Requirements
4141
------------
4242

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)
4844

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.
5046
if not installed, these packages will not execute.
5147

5248
Installation

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.