Skip to content

belbio/bel

Repository files navigation

BEL library and API

TODO: https://github.com/gigamonkey/monorepoize

Development Setup

Requirements

  1. git
  2. python3.7
  3. poetry

Setup

  1. git clone git@github.com:belbio/bel.git
  2. cd bel/lib
  3. poetry install
  4. Add {.venv|venv}/lib/python3.7/site-packages/local.pth with rootdir of BEL library (e.g. /home/me/code/bel/bel) - the first 'bel' directory is the git repo root, the second is the bel or api directory level - the third 'bel' directory is the bel library code

Notes