8000 Merge pull request #1348 from stonebig/master · winpython/winpython@f715e66 · GitHub
[go: up one dir, main page]

Skip to content

Commit f715e66

Browse files
authored
Merge pull request #1348 from stonebig/master
cleanup README
2 parents 76d97bc + 9378f91 commit f715e66

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,13 @@ Installation
4242
------------
4343

4444
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:
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=.\dist winpython**
5852

5953
But the easiest way to install the last stable release of WinPython is
6054
by using an executable installer: https://winpython.github.io/

0 commit comments

Comments
 (0)
0