mirror of
https://github.com/django/django.git
synced 2025-06-07 04:29:12 +00:00
Updated quick install guide commands invocations and outputs.
This commit is contained in:
parent
0977ec671a
commit
a8db3d93ee
@ -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
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user