From f83cf27958c8317fb8bd121c837daf200aa3d153 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 04:55:59 -0500 Subject: [PATCH] notes --- docs/starting/install/linux.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index 4cb08ba..6c3f4f4 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -3,6 +3,8 @@ Installing Python on Linux The latest version of Ubuntu, **comes with Python 2.7 out of the box**. +You do not need to install or configure anything else to use Python. Having said that, I would strongly recommend that you install the tools and libraries described in the next section before you start building Python applications for real-world use. In particular, you should always install Distribute, as it makes it much easier for you to use other third-party Python libraries. + Distribute & Pip ----------------