diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-10-08 08:14:54 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-09 09:27:33 +0200 |
| commit | 2e3bc59fd3760de87952ec8fd6cd3694e8d9dc1c (patch) | |
| tree | 62b10f7bebaa751bf7a9e41568002665f20f750b /docs/howto/windows.txt | |
| parent | f07eeff3a2d7ff0955410bf7e3f1ff197ef1ecf7 (diff) | |
Refs #34900 -- Doc'd Python 3.13 compatibility.
Diffstat (limited to 'docs/howto/windows.txt')
| -rw-r--r-- | docs/howto/windows.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index 83aa8d0655..235b18a24f 100644 --- a/docs/howto/windows.txt +++ b/docs/howto/windows.txt @@ -2,7 +2,7 @@ How to install Django on Windows ================================ -This document will guide you through installing Python 3.12 and Django on +This document will guide you through installing Python 3.13 and Django on Windows. It also provides instructions for setting up a virtual environment, which makes it easier to work on Python projects. This is meant as a beginner's guide for users working on Django projects and does not reflect how Django @@ -18,7 +18,7 @@ Install Python ============== Django is a Python web framework, thus requiring Python to be installed on your -machine. At the time of writing, Python 3.12 is the latest version. +machine. At the time of writing, Python 3.13 is the latest version. To install Python on your machine go to https://www.python.org/downloads/. The website should offer you a download button for the latest Python version. |
