Installation

Usual PIP installation

pip install esgprep

PIP installation from GitHub

pip install -e git://github.com/ESGF/esgf-prepare.git@master#egg=esgprep

Installation from GitHub

  1. Clone our GitHub project:
git clone git://github.com/ESGF/esgf-prepare.git
  1. Run the setup.py:
cd esgf-prepare
python setup.py install
  1. The esgprep command-line is ready.

Warning

To run esgprep you have to be logged into a machine which mounts the filesystem hosting the data to publish.

Dependencies and requirements

Linux distribution with Python 2.6+ is required. esgprep uses the following basic Python libraries. Ensure that your Python environment includes:

Some required libraries are not included in most Python distributions. Please install them using the usual PIP command:

pip install <pkg_name>