============
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:

.. code-block:: bash

   $ pip install pybtc


If you don’t have pip installed, this Python pip `installation guide <https://pip.pypa.io/en/stable/installing/>`_ can guide you through the process.


Get the Source Code
-------------------

You can clone the public repository:

.. code-block:: bash

   $ 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:

.. code-block:: bash

    $ cd pybtc
    $ python3 setup.py install





