Notifications
Clear all
Web Development
2
Posts
1
Users
0
Likes
82
Views
Topic starter
Getting started with Django web development. But I can't find any downloadable files online.
Posted : 11/06/2022 10:57 am
Topic starter
To install Django you don't have to download any file online. For installing Django, follow the following steps:
First Install Python:
To install Python in Linux, open the terminal and enter
$ sudo apt-get install python
In Windows, to install Python, just search "Download Python Windows" and then install the downloaded file.
Download Django
Now to install Django, just open the terminal in any operating system and enter the following command:
$ pip install Django
Posted : 11/06/2022 11:05 am