copy get-pip.py from the networked "package" folder into C:\Python27\ArcGIS10.3
- (will require admin signin) we will set a local variable "PYTHONPATH"
- We will run the getpip.py file from teh comand shell.
- verify that "pip" was installed into the python library. (cool pip was installed)
- 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
- proceed with unisntall of matplot lib using "pip uninstall..."
- We will use an executable install to update numpy, the executable should be found in the same package folder. This will require Admin signin.
- verify numpy install from cmd "pip list". beautiful!
- "pip install pandas==0.16.2"
- "pip isntall matplotlib==2.0.2"
- (will require admin signin) Use scipy executabel from packages folder.
- copy, paste then extract pyras & pyautogui zip folders (from package folder) into C:\Python27\Arcgis10.3.
- Move pyras & pyautogui zip folders into C:\Python27\ArcGIS10.3\Lib\site-packages
- almost there.(Run Pywin32-220 as admin) from package fodler
- Run wxPython3.0, executea as administrator.
After this finsishes i am going to verify that the install was succesful.