http://hg.python.org/devguide/rev/3ffbbbac0a4d changeset: 673:3ffbbbac0a4d user: Éric Araujo <merwok at netwok.org> date: Wed Mar 12 00:31:33 2014 -0400 summary: Link to OpenHatch setup guide (#20882). This page contains information useful for total newcomers to Python or free software development (e.g. what is an IRC client and how to install one). files: setup.rst | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/setup.rst b/setup.rst --- a/setup.rst +++ b/setup.rst @@ -7,6 +7,12 @@ available from http://www.python.org/). It also gives an overview of the directory structure of the CPython source code. +OpenHatch also has a great `setup guide`_ for Python for people who are +completely new to contributing to open source. + +.. _setup guide: https://openhatch.org/wiki/Contributing_to_Python + + .. _setup: Getting Set Up -- Repository URL: http://hg.python.org/devguide