PyDev Offline install

eclipse, pydev, python, windows

Solution

From PyDev use SourceForge download and install manually via these instructions:

Installing with the zip file

The available locations for the zip files are:

Sourceforge download
After downloading the zip file:

Eclipse 3.4 onwards

Extract the contents of the zip file in the eclipse/dropins folder and restart Eclipse.

Before Eclipse 3.4

Extract the contents of the zip file on top of Eclipse, making sure the plugins folder     is extracted on top of the 
eclipse/plugins folder and the features is on top of the eclipse/features folder.
After that, restart Eclipse with the '-clean' flag, so that Eclipse finds out about it.

Problem

I have a windows machine which has no connection to the internet. It's also not possible to connect this machine to the internet due security reasons. How can I install `PyDev` without internet connection?

Original source