项目作者: hysds

项目描述 :
Hybrid Cloud Science Data System Framework
高级语言: Python
项目地址: git://github.com/hysds/hysds.git
创建时间: 2017-10-12T20:40:59Z
项目社区:https://github.com/hysds/hysds

开源协议:Other

下载


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:

    1. virtualenv env
    2. source env/bin/activate
  2. Update pip and setuptools:

    1. pip install -U pip
    2. pip install -U setuptools
  3. Install prov-es:

    1. git clone https://github.com/pymonger/prov_es.git
    2. cd prov_es
    3. pip install .
    4. cd ..
  4. Install hysds:

    1. pip install -r requirements.txt
    2. git clone https://github.com/hysds/hysds.git
    3. cd hysds
    4. pip install .