pip install findagg
pip install -e git://github.com/Prodiguer/cmip5-find-agg.git@master#egg=findagg
mkdir findagg
cd findagg
git init
git clone git@github.com:Prodiguer/cmip5-find-agg.git
python setup.py install
Warning
To run find_agg you have to be logged on CICLAD cluster.
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