University College Dublin
EEEN 20010
This tutorial will take you through the steps required to install Django on your home computer. Step 1 - Python a) In Windows, go to start and search for "Windows PowerShell" and launch it. b) Check if Python is installed using the following command: python --version If Python is installed, then go to Step 2 If Python is not installed, the
...[Show More]
This tutorial will take you through the steps required to install Django on your home computer. Step 1 - Python a) In Windows, go to start and search for "Windows PowerShell" and launch it. b) Check if Python is installed using the following command: python --version If Python is installed, then go to Step 2 If Python is not installed, then you will see the following output: To install Python, you need to: c) Go to www.python.org. d) Select the Downloads tab highlighted below: e) Click on the yellow button highlighted above to download the latest version of Python for Windows. Note if you are using a different operating system then you will need to download a suitable version of Python. 2 f) The python application file should now be available in your Downloads folder. g) Once the file is downloaded, start the setup by double clicking on the file. h) Make sure to check the "Add Python 3.10 to PATH" option.
[Show Less]