As we work on BBIO-Server, we will keep the community updated through this blog. The series of posts will discuss the various steps and design decisions taken by us while developing this library. In this post we will explain how we setup the environment to get started and start using the PyBBIO API.
Environment Setup
- Fork Alexander Hiam’s upstream repository to our master. The master is where we will be adding our library, which is to be upstreamed once complete.
- Install the dependencies for PyBBIO as given here in the official wiki.
- Clone our master repository from github, create a BBIO-Server-dev branch.
- Install the code from source, by running setup.py, viz present in the root directory of the project.
- Install Flask :
pip install Flask
This is how we setup the environment to get started.
Using PyBBIO
Deepak has written a nice tutorial on using the PyBBIO API here.
Official development branch
The official development tree is here. This is where we will be commiting our code.