Climate Change Tutorial Class #0 For B2 Student, SA Department March 2018 I. How To Install Python On Windows
Climate Change Tutorial Class #0 For B2 Student, SA Department March 2018 I. How To Install Python On Windows
Climate Change Tutorial Class #0 For B2 Student, SA Department March 2018 I. How To Install Python On Windows
3) Please note the Unofficial Windows Binaries for Python Extension Packages:
http://www.lfd.uci.edu/~gohlke/pythonlibs/
You can download the needed binaries and to install it, pls read carefully the following
instructions:
4) To install Numpy
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
download file numpy-1.11.3+mkl-cp27-cp27m-win_amd64.whl to the folder:
C:\Python27\Scripts
At the command prompt, navigate to the above directory and type:
pip2.7.exe install “numpy-1.11.3+mkl-cp27-cp27m-win_amd64.whl”
5) To install MatPLOTLIB/ NETCDF4/ PYPROJ/ BASEMAP
Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/ to download
o matplotlib-1.5.3-cp27-cp27m-win_amd64.whl
o netCDF4-1.2.8-cp27-cp27m-win_amd64.whl
o pyproj-1.9.5.1-cp27-cp27m-sin_amd64.whl
o basemap-1.1.0-cp27-cp27m-win_amd64.whl
Follow similar installation steps as for Numpy
II. HOW TO INSTALL PYTHON ON MacOS