How to install Django in windows easily! The step-by-step process of how to install Python and Django in your Windows machine. Are you excited? Let’s go... Step 1: Check if python3 is installed already. Inside cmd where python (It should print paths to the python3 where it’s installed) Step 2: Install Python in windows if you don’t have one . Search python on google, or you can click here for the official python website. Hover your mouse on the Downloads section and click on Windows. Now you should see the python releases page for windows, click on your desired python3.x version, recommended version 3.7+ Scroll down ⇾ click on Windows installer based on your system architecture (You can check your system architecture here ). Follow the guidelines of installation setup, while installing make sure you’ve checked “ Add python to path ”. For the full process of installing python click here . Step 3: Check python has recognized in your windows command prompt. Inside cmd ...
One place to learn programming, get solutions to programming challenges and learn software development and tips and tricks.