dbf_light installation
======================


Python ``pip`` package is required to install ``dbf_light``.


From sources
------------

Use the following command line to install ``dbf_light`` from sources directory (containing setup.py):

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``dbf_light`` from PyPI:

    pip install dbf_light


Use `-U` flag for upgrade:

    pip install -U dbf_light

