1
0
mirror of https://github.com/django/django.git synced 2025-06-07 12:39:12 +00:00

Updated quick install guide commands invocations and outputs.

This commit is contained in:
Paolo Melchiorre 2024-11-28 08:34:48 +01:00
parent 0977ec671a
commit a8db3d93ee
No known key found for this signature in database
GPG Key ID: 5F8222398E1ED035

View File

@ -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 Get the latest version of Python at https://www.python.org/downloads/ or with
your operating system's package manager. 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: you should see something like:
.. code-block:: pycon .. parsed-literal::
Python 3.x.y Python 3.x.y (main, |today|, 12:00:00) [GCC x.y.z] on linux
[GCC 4.x] on linux
Type "help", "copyright", "credits" or "license" for more information. 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 features that are only available in development versions of Django, and
they likely won't work with an official release. they likely won't work with an official release.
Verifying Verifying
========= =========