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!