Sign in
chromium
/
external
/
pyftpdlib
/
44d5f72cede24b08361b2733e945403c0f832bc4
/
.
/
INSTALL
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