From the course: Learning Django

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install Python and Django

Install Python and Django

From the course: Learning Django

Start my 1-month free trial

Install Python and Django

- [Instructor] In order to start developing with Django, we'll need to install a few things. First, let's install the latest version of Python, which is currently 3.8.2. I'll start by going to a browser and navigating to python.org. From here, in the second header section, I'll click on the Downloads link. Reading the header on the page, it says Download the latest version for Mac OS, so it has detected the operating system that I'm using. Since that's all correct, I'll click on the Download Python button here. After this is finished downloading, I'll double-click on the PKG file to start the installation wizard. Once I'm in the installation wizard, I'll just accept all of the terms and click Continue as necessary. Once the installation is finished, I'll click Close. With Python installed, I now need to install Django. To do this, I'm going to use the built-in terminal program for the Mac. When I installed Python 3,…

Contents