@@ -6,7 +6,7 @@ Copyright @ 2012-2013 Pierre Raybaut
6
6
Copyright @ 2014-2025+ The Winpython development team https://github.com/winpython/
7
7
8
8
Licensed under the terms of the MIT License
9
- (see winpython /__init__.py for details)
9
+ (see wppm /__init__.py for details)
10
10
11
11
12
12
Overview
@@ -15,17 +15,22 @@ Overview
15
15
WinPython is a portable distribution of the Python programming
16
16
language for Windows (https://winpython.github.io).
17
17
18
- This is the `winpython ` Python package, not the distribution itself.
18
+ This is the `wppm ` Python package and build toolchain repository , not the distribution itself.
19
19
It includes two main features:
20
20
21
21
WinPython Package Manager (WPPM)
22
22
a complementary tool to navigate provided packages, install packages from included Wheelhouse, or register WinPython.
23
- pip is the recommanded way to add or remove packages
23
+ pip is the recommanded way to add or remove packages otherwise
24
24
25
25
WinPython build toolchain
26
- make.py is the script used to
26
+ generate_a_winpython_distro.bat and make.py are the toolchain used to
27
27
build a WinPython distribution from (almost) scratch.
28
28
29
+ WinPython set of Wheel
30
+ You can get also the equivalent of the WinPython distribution by using one of the provided pylock.toml
31
+ or by using provided requirements-with-hash.txt until pip does support pylock.toml files
32
+
33
+
29
34
Dependencies
30
35
------------
31
36
@@ -38,20 +43,27 @@ Requirements
38
43
* installer can be 7-Zip or nothing (just .zip-it)
39
44
40
45
41
- Installation
42
- ------------
46
+ Wppm build
47
+ ----------
43
48
44
49
From the source package (see section 'Building dependencies'), you may
45
- install WinPython using the following commands:
50
+ build WPPM using the following commands:
46
51
47
52
**python -m pip install flit **
48
53
49
54
**python -m flit build **
50
55
51
- **python -m pip install --no-index --trusted-host=None --find-links=.\d ist winpython **
56
+ Winpython Distribution wheels installation
57
+ ------------------------------------------
58
+
59
+ To only install the wheels assembled per WinPython Distribution, you may
60
+ **python -m pip install --no-deps --require-hashes https://github.com/winpython/winpython/releases/download/16.6.20250620final/requir.64-3_13_5_0slim.txt
61
+
62
+ A pylock file is also available, when you package manager can handle it
63
+ **https://github.com/winpython/winpython/releases/download/16.6.20250620final/pylock.64-3_13_5_0slim.toml
52
64
53
65
But the easiest way to install the last stable release of WinPython is
54
- by using an executable installer : https://winpython.github.io/
66
+ by using a zipped distribution with or without auto-extractor : https://winpython.github.io/
55
67
56
68
More informations
57
69
-----------------
@@ -60,4 +72,4 @@ More informations
60
72
61
73
* Development, bug reports, discussions and feature requests: https://github.com/winpython/winpython
62
74
63
- * Discussions: https://groups.google. com/group /winpython
75
+ * Discussions: https://github. com/winpython /winpython/discussions
0 commit comments