File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,13 @@ Installation
4242------------
4343
4444From 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:
4746
48- **python setup.py install **
47+ **python -m pip install flit **
4948
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 **
5550
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 **
5852
5953But the easiest way to install the last stable release of WinPython is
6054by using an executable installer: https://winpython.github.io/
You can’t perform that action at this time.
0 commit comments