Skip to content

hysds/hysds

Repository files navigation

Background

For more information, check out:

HySDS

CircleCI

Core component for the Hybrid Science Data System

Prerequisites

  • pip 9.0.1+
  • setuptools 36.0.1+
  • virtualenv 1.10.1+
  • prov-es 0.1.1+
  • osaka 0.0.1+
  • hysds-commons 0.1+

Installation

  1. Create virtual environment and activate:
virtualenv env
source env/bin/activate
  1. Update pip and setuptools:
pip install -U pip
pip install -U setuptools
  1. Install prov-es:
git clone https://github.com/pymonger/prov_es.git
cd prov_es
pip install .
cd ..
  1. Install hysds:
pip install -r requirements.txt
git clone https://github.com/hysds/hysds.git
cd hysds
pip install .