Install Django on ubuntu offline

Step 1. Download the stable release of the Django from the official website.

Step 2. Untar the downloaded file.
tar -xf Django-1.8.17.tar.gz

Step 3. Change the directory to the directory where extracted files are and run following command:
python setup.py install

Note: Python should be installed on the system. You may get dependency warning. To avoid these read installation instructions or readme of the package.

This entry was posted in Linux and tagged , , , , , , . Bookmark the permalink.

Leave a comment