Install
=======

By using pip:

    $ pip install pyftpdlib

From sources:

    $ svn checkout https://pyftpdlib.googlecode.com/svn/trunk/ pyftpdlib
    $ cd pyftpdlib
    $ python setup.py install

Running tests:

    $ make test
    $ make test-contrib