diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0d4bc4667ad..3b0b55fa096 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -195,10 +195,10 @@ su - postgres To build the <application>PL/Python</application> server programming language, you need a <productname>Python</productname> installation with the header files and - the <application>distutils</application> module. The minimum - required version is <productname>Python</productname> 2.6. + the <application>sysconfig</application> module. The minimum + required version is <productname>Python</productname> 2.7. <productname>Python 3</productname> is supported if it's - version 3.1 or later; but see + version 3.2 or later; but see <xref linkend="plpython-python23"/> when using Python 3. </para> |