1
1
WinPython tools
2
2
===============
3
3
4
- Copyright @ 2012-2013 Pierre Raybaut
4
+ Copyright 2012-2013 Pierre Raybaut
5
5
6
- Copyright @ 2014-2025+ The Winpython development team https://github.com/winpython/
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
9
(see wppm/__init__.py for details)
@@ -13,7 +13,7 @@ Overview
13
13
--------
14
14
15
15
WinPython is a portable distribution of the Python programming
16
- language for Windows ( https://winpython.github.io).
16
+ language for Windows: https://winpython.github.io
17
17
18
18
This is the `wppm ` Python package and build toolchain repository, not the distribution itself.
19
19
It includes two main features:
@@ -49,24 +49,31 @@ Wppm build
49
49
From the source package (see section 'Building dependencies'), you may
50
50
build WPPM using the following commands:
51
51
52
- ** python -m pip install flit **
52
+ .. code-block :: bash
53
53
54
- **python -m flit build **
54
+ python -m pip install flit
55
+ python -m flit build
55
56
56
57
Winpython Distribution wheels installation
57
58
------------------------------------------
58
59
59
60
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
+ .. code-block :: bash
63
+
64
+ 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
65
62
66
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
67
+
68
+ .. code-block :: text
69
+
70
+ https://github.com/winpython/winpython/releases/download/16.6.20250620final/pylock.64-3_13_5_0slim.toml
64
71
65
72
But the easiest way to install the last stable release of WinPython is
66
73
by using a zipped distribution with or without auto-extractor: https://winpython.github.io/
67
74
68
- More informations
69
- -----------------
75
+ More information
76
+ ----------------
70
77
71
78
* Downloads: https://sourceforge.net/projects/winpython/files/ or https://github.com/winpython/winpython/releases
72
79
0 commit comments