Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 363 Bytes

build.md

File metadata and controls

25 lines (17 loc) · 363 Bytes

ddb build

Prerequisites (Fedora)

  • yum install -y python2-devel # for cython deps
  • yum install -y redhat-rpm-config # for cython deps
  • yum install -y libyaml-devel # for c bindings on yaml reader
  • uses python 2.7

Install

pip install ddb

OR

pipenv install ddb

Dev

  • use the makefile
  • make build.. etc