Installation

Stable release

To install bgparsers, run this command in your terminal:

$ pip install bgparsers

This is the preferred method to install bgparsers, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

You can install latest version from the git repository using this command:

$ pip install git+https://bitbucket.org/bgframework/bgparsers.git

And the sources for bgparsers can be downloaded from the Bitbucket repo. Once you have a copy of the source, you can install it with:

$ python setup.py install