From a8db3d93ee355e1ea7c5b37eee51ea69a118eebf Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Thu, 28 Nov 2024 08:34:48 +0100 Subject: [PATCH] Updated quick install guide commands invocations and outputs. --- docs/intro/install.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/intro/install.txt b/docs/intro/install.txt index b590df951b..ba473f6f5b 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -19,13 +19,12 @@ database called SQLite_ so you won't need to set up a database just yet. Get the latest version of Python at https://www.python.org/downloads/ or with your operating system's package manager. -You can verify that Python is installed by typing ``python`` from your shell; +You can verify that Python is installed by typing ``python3`` from your shell; you should see something like: -.. code-block:: pycon +.. parsed-literal:: - Python 3.x.y - [GCC 4.x] on linux + Python 3.x.y (main, |today|, 12:00:00) [GCC x.y.z] on linux Type "help", "copyright", "credits" or "license" for more information. >>> @@ -63,7 +62,6 @@ You've got three options to install Django: features that are only available in development versions of Django, and they likely won't work with an official release. - Verifying =========