To install from the python repository:
pip install -i https://pypi.python.org/pypi [--user] dreqPy==01.00.29
or
pip install --upgrade dreqPy
The package can also be downloaded from the SVN repository:
svn co http://proj.badc.rl.ac.uk/svn/exarch/CMIP6dreq/tags/01.00.29
and then installed with:
python setup.py install.
The command line interface can then be accessed with, for instance:
drq -m HighResMIP,C4MIP -e historical --xls
will create a spreadsheet file listing the variables requested by C4MIP and HighResMIP for the "historical" experiment.
For more information, see the following documents.