Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235ffa0 commit 67d3487Copy full SHA for 67d3487
README
@@ -16,7 +16,8 @@ Licensed under the terms of the MIT License
16
17
The WinPython Package Manager (WPPM): let you install/uninstall
18
to your WinPython distribution any standard Python package built
19
- with distutils (e.g. "dummypackage-2.1.win-amd64-py2.7.exe")
+ with distutils (e.g. "dummypackage-2.1.win-amd64-py3.4.exe")
20
+ or with wheels (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
21
22
The WinPython build toolchain: make.py is the script used to
23
build a WinPython distribution from (almost) scratch.
0 commit comments