Skip to content

Install Instructions

barronh edited this page Aug 9, 2021 · 4 revisions

Install Instructions

When PseudoNetCDF's requirements have been met, it can be installed using pip.

Requirements

All requirements are met by using Anaconda3

Alternatively, you can install the following:

  1. Python >=3
  2. NumPy >=1.2
  3. YAML
  4. 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"