Installation

Usual PIP installation

pip install findagg

PIP installation from GitHub

pip install -e git://github.com/Prodiguer/cmip5-find-agg.git@master#egg=findagg

Installation from GitHub

  1. Create a new directory:
mkdir findagg
cd findagg
  1. Clone our GitHub project:
git init
git clone git@github.com:Prodiguer/cmip5-find-agg.git
  1. Run the setup.py:
python setup.py install
  1. The find_agg command-line is ready.

Warning

To run find_agg you have to be logged on CICLAD cluster.

Dependencies

find_agg uses the following basic Python libraries includes in Python 2.5+. Becareful your Python environment includes:

Please install the requests library not inclued in most Python distributions using the usual PIP command-line:

pip install requests

or download and intall the sources from PyPi:

wget https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz#md5=29b173fd5fa572ec0764d1fd7b527260
tar -xzvf requests-2.7.0.tar.gz
cd requests-2.7.0/
python setup.py install

Table Of Contents

Previous topic

Synopsis

Next topic

Configuration

This Page