11WinPython tools
22===============
33
4- Copyright @ 2012-2013 Pierre Raybaut
4+ Copyright 2012-2013 Pierre Raybaut
55
6- Copyright @ 2014-2025+ The Winpython development team https://github.com/winpython/
6+ Copyright 2014-2025+ The Winpython development team: https://github.com/winpython/
77
88Licensed under the terms of the MIT License
99(see wppm/__init__.py for details)
@@ -13,7 +13,7 @@ Overview
1313--------
1414
1515WinPython is a portable distribution of the Python programming
16- language for Windows ( https://winpython.github.io).
16+ language for Windows: https://winpython.github.io
1717
1818This is the `wppm ` Python package and build toolchain repository, not the distribution itself.
1919It includes two main features:
@@ -49,24 +49,31 @@ Wppm build
4949From the source package (see section 'Building dependencies'), you may
5050build WPPM using the following commands:
5151
52- ** python -m pip install flit **
52+ .. code-block :: bash
5353
54- **python -m flit build **
54+ python -m pip install flit
55+ python -m flit build
5556
5657 Winpython Distribution wheels installation
5758------------------------------------------
5859
5960To 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
6165
6266 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
6471
6572 But the easiest way to install the last stable release of WinPython is
6673by using a zipped distribution with or without auto-extractor: https://winpython.github.io/
6774
68- More informations
69- -----------------
75+ More information
76+ ----------------
7077
7178* Downloads: https://sourceforge.net/projects/winpython/files/ or https://github.com/winpython/winpython/releases
7279
0 commit comments