From 9e2d0732039fdcac74cba06f73171a03867903e9 Mon Sep 17 00:00:00 2001
From: ConnBreathnach <38386940+ConnBreathnach@users.noreply.github.com>
Date: Mon, 15 Oct 2018 23:18:53 +0100
Subject: [PATCH] Added link for installing Python (#19353)
If the user does not already have Python installed, I'va added a link to redirect them to our other article about installing it.
---
.../setting-up-python-web-framework-django-and-flask/index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/client/src/pages/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md b/client/src/pages/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md
index 0251ddcce9..345ca323a8 100644
--- a/client/src/pages/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md
+++ b/client/src/pages/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md
@@ -9,6 +9,8 @@ In case these assumptions are untrue, you might want to take a look at this w
But it would be unfair if we completely ignore the Python 2 vs Python 3 debate.
+If you do not have Python already installed check out our Python Installation Guide
+
## Virtual environment
Before we install Django we will get you to install an extremely useful tool to help keep your coding environment tidy on your computer. It's possible to skip this step, but it's highly recommended. Starting with the best possible setup will save you a lot of trouble in the future!