Installation

This part of the documentation covers the installation of pybgl library. The first step to using any software package is getting it properly installed.

Get the Source Code

You can clone the public repository:

$ git clone git://github.com/bitaps-com/pybgl

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:

$ cd pybgl
$ python3 setup.py install