Skip to content
forked from hysds/hysds

Hybrid Cloud Science Data System Framework

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

mkarim2017/hysds

 
 

Repository files navigation

HySDS

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+

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:
git clone https://github.jpl.nasa.gov/hysds-org/hysds.git
cd hysds
pip install .

About

Hybrid Cloud Science Data System Framework

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%