idlesign/torrentool

View on GitHub
INSTALL

Summary

Maintainability
Test Coverage
torrentool installation
=======================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install torrentool


Use `-U` flag for upgrade:

    pip install -U torrentool