Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
README.rst
  • Loading branch information
kirbyfan64 authored Feb 10, 2017
commit c91bd231dad6a74b6a5a28923103b7b122b892cd
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use ``make frameworkinstall`` to do the installation. Note that this installs t
Python executable in a place that is not normally on your ``PATH``, you may want to
set up a symlink in ``/usr/local/bin``.

On Windows, see *PCbuild/readme.txt*.
On Windows, see `PCbuild/readme.txt <https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_.

If you wish, you can create a subdirectory and invoke ``configure`` from there.
For example::
Expand Down Expand Up @@ -113,7 +113,8 @@ formatting requirements.
If you would like to contribute to the development of Python, relevant
documentation is available at the `devguide <https://docs.python.org/devguide/>`_.

For information about building Python's documentation, refer to *Doc/README.txt*.
For information about building Python's documentation, refer to
`Doc/README.txt <https://github.com/python/cpython/blob/master/Doc/README.txt>`_.


Converting From Python 2.x to 3.x
Expand Down Expand Up @@ -210,7 +211,8 @@ rights reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

See the file *LICENSE* for information on the history of this software,
See the file `LICENSE <https://github.com/python/cpython/blob/master/LICENSE>`_ for
information on the history of this software,
terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

This Python distribution contains *no* GNU General Public License (GPL) code,
Expand Down