Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
WinPython tools
===============

Copyright © 2012-2013 Pierre Raybaut
Copyright @ 2012-2013 Pierre Raybaut

Copyright © 2014-2019+ The Winpython development team https://github.com/winpython/
Copyright @ 2014-2019+ The Winpython development team https://github.com/winpython/

Licensed under the terms of the MIT License
(see winpython/__init__.py for details)
Expand Down Expand Up @@ -49,8 +49,9 @@ Installation

From the source package (see section 'Building dependencies'), you may
install WinPython using the integrated setup.py script based on Python
standard library `distutils` with the following command::
python setup.py install
standard library `distutils` with the following command:

**python setup.py install**

Note that `distutils` does *not* uninstall previous versions of Python
packages: it simply copies files on top of an existing installation.
Expand Down