Hybrid Cloud Science Data System Framework
For more information, check out:
Core component for the Hybrid Science Data System
Create virtual environment and activate:
virtualenv env
source env/bin/activate
Update pip and setuptools:
pip install -U pip
pip install -U setuptools
Install prov-es:
git clone https://github.com/pymonger/prov_es.git
cd prov_es
pip install .
cd ..
Install hysds:
pip install -r requirements.txt
git clone https://github.com/hysds/hysds.git
cd hysds
pip install .