blob: 85e1abe745001180d00e7fafb84b102d9ce6ea3a [file] [log] [blame]
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