torrt installation
==================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install torrt


Use `-U` flag for upgrade:

    pip install -U torrt

