Django Installation & Getting Started - Django Complete Course #01
Introduction:
Hello, I started learning Django & this is my log for that learning that will use in future for revision and other purposes.
Installation Guide:
1. Download Python:
As Django is a module of Python, so first we need to install Python on our system. Python can be installed by going to python website
2. Download Django:
After installing python, open cmd or powershell in windows, Terminal in case of Linux or Mac OS. Install Django by typing:
pip install django
This will install Django on your system.
3. Download IDE:
This step is optional but you have to do this if you want to code fast. There are many IDEs available on internet. IDE will help us to code fast and provides other functionality.
I installed Visual Studio Code as my IDE. This IDE is created by Microsoft. You can install any other IDE according to your choice.
That's it. You are now ready to learn Django
Happy Coding
Comments
Post a Comment