Python Dependency Installation for Windows

This document describes how to install the Python dependencies for the Inspect Tool contained in the inspect package on the Windows platform.

Dependencies

The first step is to install pip. Download the get-pip.py file, go to the directory where the file was downloaded and perform the following command:

% python ./get-pop.py
        

Next, install the PDS4 Tools package. The package is available from the Python PDS4 Tools page. Once the package is downloaded, install it with the following command (replacing X.X with the appropriate version):

% pip install PDS4_tools-X.X.zip
        

Next, install the matplotlib package with the following command:

% pip install matplotlib
        

Next, install the PyQt4 package. The package is available from the following page. Under the PyQt4 section select the …-cp27-cp27m-… binding that is appropriate for your Python installation and download the file. Install the package by performing the following command:

% pip install PyQt4-4.11.4-cp27-cp27m-win32.whl
or
% pip install PyQt4-4.11.4-cp27-cp27m-win_amd64.whl
        

Next, install the seaborn package, which enables histograph support, by performing the following command:

% pip install seaborn