copy get-pip.py from the networked "package" folder into C:\Python27\ArcGIS10.3

  1. (will require admin signin) we will set a local variable "PYTHONPATH"
  2. We will run the getpip.py file from teh comand shell.  
  3. verify that "pip" was installed into the python library. (cool pip was installed) 
  4. Unisntall numpy 1.7, matplotlib 1.3 (in that order). Using "pip uninstall numpy" and "pip uninstall matplotlib" respectively. ~~ CORRECTION Manual removal of numpy lib files, found in C:\Python27\ArcGIS10.3\Lib\site-packages 
    1. proceed with unisntall of matplot lib using "pip uninstall..."
  5. We will use an executable install to update numpy, the executable should be found in the same package folder. This will require Admin signin.   
  6. verify numpy install from cmd "pip list". beautiful! 
  7. "pip install pandas==0.16.2" 
  8. "pip isntall matplotlib==2.0.2" 
  9.  (will require admin signin) Use scipy executabel from packages folder.  
  10. copy, paste then extract pyras & pyautogui zip folders (from package folder) into C:\Python27\Arcgis10.3. 
  11.  Move pyras & pyautogui zip folders into C:\Python27\ArcGIS10.3\Lib\site-packages 
  12.  almost there.(Run Pywin32-220 as admin) from package fodler 
  13. Run wxPython3.0, executea as administrator.  

After this finsishes i am going to verify that the install was succesful.