Install Instructions -------------------- When PseudoNetCDF's requirements have been met, it can be installed using pip. Requirements ------------ **All requirements are met by using [Anaconda3](http://www.continuum.io/anaconda-overview)** Alternatively, you can install the following: 1. [Python >=3](http://python.org) 1. [NumPy >=1.2](http://numpy.scipy.org) 1. [YAML](http://www.yaml.org) 1. [netcdf4-python](https://github.com/Unidata/netcdf4-python) Library Install Instructions ---------------------------- Windows ~~~~~~~ 1. Install Anaconda3 using Windows executable 2. Open DOS command prompt (start run -> type "cmd" -> hit enter 3. type "pip install https://github.com/barronh/pseudonetcdf/archive/master.zip" Mac OSX or Linux with (or without) Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Install the Anaconda3 Python Distribution (install in the prefix ~/anaconda3) 2. Install pip following "Get Pip" instructions at http://www.pip-installer.org/en/latest/installing.html 3. Open a Terminal 4. type "sudo pip install https://github.com/barronh/pseudonetcdf/archive/master.zip"