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.
pull/19383/head
ConnBreathnach 2018-10-15 23:18:53 +01:00 committed by Aditya
parent d475ad7108
commit 9e2d073203
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ In case these assumptions are untrue, you might want to take a look at this <a>w
But it would be unfair if we completely ignore the <a href='http://docs.python-guide.org/en/latest/starting/which-python/#the-state-of-python-2-vs-3' target='_blank' rel='nofollow'>Python 2 vs Python 3</a> debate.
If you do not have Python already installed check out our <a href='https://github.com/freeCodeCamp/freeCodeCamp/blob/master/client/src/pages/guide/english/python/installing-and-using-python-3/index.md'>Python Installation Guide</a>
## 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!