Skip to content

Commit d788ffb

Browse files
author
stonebig
committed
readme better2
1 parent 7577567 commit d788ffb

File tree

1 file changed

+54
-47
lines changed

1 file changed

+54
-47
lines changed

README.rst

Lines changed: 54 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,67 @@ Licensed under the terms of the MIT License
66
(see winpython/__init__.py for details)
77

88

9-
Overview
9+
Overview
10+
--------
1011

11-
WinPython is a portable distribution of the Python programming
12-
language for Windows (http://winpython.github.io).
12+
WinPython is a portable distribution of the Python programming
13+
language for Windows (http://winpython.github.io).
1314

14-
This is the `winpython` Python package, not the distribution itself.
15-
It includes two main features:
15+
This is the `winpython` Python package, not the distribution itself.
16+
It includes two main features:
1617

17-
The WinPython Package Manager (WPPM): let you install/uninstall
18-
to your WinPython distribution any standard Python package built
19-
with distutils (e.g. "dummypackage-2.1.win-amd64-py3.4.‌exe")
20-
or with wheels (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
18+
The WinPython Package Manager (WPPM): let you install/uninstall
19+
to your WinPython distribution any standard Python package built
20+
with distutils (e.g. "dummypackage-2.1.win-amd64-py3.4.‌exe")
21+
or with wheels (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
2122

22-
The WinPython build toolchain: make.py is the script used to
23-
build a WinPython distribution from (almost) scratch.
23+
The WinPython build toolchain: make.py is the script used to
24+
build a WinPython distribution from (almost) scratch.
2425

25-
Dependencies
26-
27-
Python2 >= 2.7 or Python3 >= 3.4
28-
PyQt4 >= 4.11 or PyQt5 >= 5.4 (PyQt4 is recommended)
29-
pip >= 7.1.0 and setuptools >= 17.1.1
26+
Dependencies
27+
------------
28+
29+
* Python2 >= 2.7 or Python3 >= 3.4
30+
31+
* PyQt4 >= 4.11 or PyQt5 >= 5.4 (PyQt4 is recommended)
3032

31-
Requirements
33+
* pip >= 7.1.0 and setuptools >= 17.1.1
3234

33-
7zip (directory has to be available in PATH)
34-
NSIS:
35-
* "Large strings" special build (http://nsis.sourceforge.net/Special_Builds)
36-
* with TextReplace plugin installed
35+
Requirements
36+
------------
3737

38-
Installation
38+
* 7zip (directory has to be available in PATH)
39+
40+
* NSIS:
41+
* "Large strings" special build (http://nsis.sourceforge.net/Special_Builds)
42+
* with TextReplace plugin installed
43+
44+
Installation
45+
------------
3946

40-
From the source package (see section 'Building dependencies'), you may
41-
install WinPython using the integrated setup.py script based on Python
42-
standard library `distutils` with the following command:
43-
`python setup.py install`
44-
45-
Note that `distutils` does *not* uninstall previous versions of Python
46-
packages: it simply copies files on top of an existing installation.
47-
When using this command, it is thus highly recommended to uninstall
48-
manually any previous version of WinPython by removing the associated
49-
directory ('winpython' in your site-packages directory).
50-
51-
From the Python package index, you may simply install WinPython *and*
52-
upgrade an existing installation using `pip`:
53-
http://pypi.python.org/pypi
54-
55-
But the easiest way to install the last stable release of WinPython is
56-
by using an executable installer: http://winpython.github.io/
47+
From the source package (see section 'Building dependencies'), you may
48+
install WinPython using the integrated setup.py script based on Python
49+
standard library `distutils` with the following command::
50+
python setup.py install
51+
52+
Note that `distutils` does *not* uninstall previous versions of Python
53+
packages: it simply copies files on top of an existing installation.
54+
When using this command, it is thus highly recommended to uninstall
55+
manually any previous version of WinPython by removing the associated
56+
directory ('winpython' in your site-packages directory).
57+
58+
From the Python package index, you may simply install WinPython *and*
59+
upgrade an existing installation using `pip`::
60+
http://pypi.python.org/pypi
61+
62+
But the easiest way to install the last stable release of WinPython is
63+
by using an executable installer: http://winpython.github.io/
5764

58-
More informations
59-
60-
Downloads:
61-
https://sourceforge.net/projects/winpython/files/
62-
Development, bug reports and feature requests:
63-
https://github.com/winpython/winpython
64-
Discussions:
65-
http://groups.google.com/group/winpython
65+
More informations
66+
-----------------
67+
68+
* Downloads: https://sourceforge.net/projects/winpython/files/
69+
70+
* Development, bug reports and feature requests: https://github.com/winpython/winpython
71+
72+
* Discussions: http://groups.google.com/group/winpython

0 commit comments

Comments
 (0)