Python Tutorial
Installing Python Package in offline System (Production System) : Mostly we have work to work in production system , where there is no internet connectivity , so question is this how we are going to install package in offline system. so i am telling you my experience , how i have done it in steps : Step 1: -- Off course you have to download package in from a internet , so how to do it ... A :- Make a directory in desktop , where you want to download the package : B:- pip install pysftp --download="/home/usr/sfpt" Ex. I have downloaded package for sftp : pysftp , shown a screen shot for your reference : so all dependence python will also be downloaded . as show in mentioned pic : Step 2: So now you are having .whl file along pysft-0.2.9.tar.gz . .whl file are python built-package format fo...