BEL library and API
TODO: https://github.com/gigamonkey/monorepoize
Development Setup
Requirements
- git
- python3.7
- poetry
Setup
- git clone git@github.com:belbio/bel.git
- cd bel/lib
- poetry install
- 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