Installation¶
The recommended way to use the BEL.bio API is to use the docker image. We publish the released BEL.bio API releases as docker images on Dockerhub at https://hub.docker.com/r/belbio/bel_api/.
Configuration¶
Configuration is described in the BEL Python package documentation
Docker Compose¶
Development Installation¶
Please read Contributing to understand how to contribute to this project.
- Fork the bel_api project at https://github.com/belbio/bel_api
- git clone <your project fork>
- make dev_install
- To make bel python package editable pip install -e <directory of bel python package>