File tree 1 file changed +4
-10
lines changed 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,13 @@ Installation
42
42
------------
43
43
44
44
From the source package (see section 'Building dependencies'), you may
45
- install WinPython using the integrated setup.py script based on Python
46
- standard library `distutils ` with the following command:
45
+ install WinPython using the following commands:
47
46
48
- **python setup.py install **
47
+ **python -m pip install flit **
49
48
50
- Note that `distutils ` does *not * uninstall previous versions of Python
51
- packages: it simply copies files on top of an existing installation.
52
- When using this command, it is thus highly recommended to uninstall
53
- manually any previous version of WinPython by removing the associated
54
- directory ('winpython' in your site-packages directory).
49
+ **python -m flit build **
55
50
56
- From the Python package index, you may simply install WinPython *and *
57
- upgrade an existing installation using `pip `: https://pypi.org
51
+ **python -m pip install --no-index --trusted-host=None --find-links=.\d ist winpython **
58
52
59
53
But the easiest way to install the last stable release of WinPython is
60
54
by using an executable installer: https://winpython.github.io/
You can’t perform that action at this time.
0 commit comments