Installation

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

Get from pip package

To install pybtc, simply run this simple command in your terminal of choice:

$ pip install pybtc

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

Get the Source Code

You can clone the public repository:

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

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 pybtc
$ python3 setup.py install