Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: third_party/pyftpdlib/doc/install.html

Issue 16429: python based ftp server (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/pyftpdlib/doc/index.html ('k') | third_party/pyftpdlib/doc/release-notes.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>pyftpdlib Install instructions</title>
6 </head>
7
8 <body>
9 <div id="wikicontent">
10 <h1><a id="Requirements">Requirements</a></h1>
11 <p><a id="Requirements">Python 2.3 or higher (not Python 3.x). You can get the latest 2.x stable Python release from here: </a><a href="http://www.python.org/ download/" rel="nofollow">http://www.python.org/download/</a>. </p>
12 <h1><a id="Manual_installation">Manual installation</a></h1>
13 <p><a id="Manual_installation">If you have downloaded a pyftpdlib package, fol low the following steps: </a></p>
14 <p><a id="Manual_installation">Unpack it (Windows users could use 7Zip, WinRar or other similar program): </a></p>
15 <pre> <a id="Manual_installation">tar zxf pyftpdlib-0.3.0.tar.gz</a></pre>
16 <p><a id="Manual_installation">Change to the pyftpdlib directory: </a></p>
17 <pre> <a id="Manual_installation">cd pyftpdlib</a></pre>
18 <p><a id="Manual_installation">Run setup.py to install pyftpdlib. This step ne ed to be run as root. </a></p>
19 <pre> <a id="Manual_installation">python setup.py install</a></pre>
20 <p><a id="Manual_installation">If you're on Windows just run: </a></p>
21 <pre> <a id="Manual_installation">setup.py install</a></pre>
22 <h1><a id="Using_easy_install">Using easy_instal</a><a>l</a></h1>
23 <p><a id="Using_easy_install">If you have </a><a href="http://peak.telecommuni ty.com/DevCenter/EasyInstall" rel="nofollow">easy_install</a> on your system, in stalling pyftpdlib is quite simple. Just run: </p>
24 <pre> python easy_install.py pyftpdlib<a href="index.html">index</a></pre>
25 <p>This will get the most updated pyftpdlib from the Python <a href="http://py pi.python.org/pypi" rel="nofollow">pypi repository</a>, unpack it and install it automatically. </p>
26 <p>Note: if you already have an old version of pyftpdlib installed, easy_inst all will not automatically download the latest version. You can ask for a part icular version by running, for example: </p>
27 <pre> python easy_install.py pyftpdlib==0.3.0
28
29
30
31 </pre>
32 </div>
33 </body>
34 </html>
OLDNEW
« no previous file with comments | « third_party/pyftpdlib/doc/index.html ('k') | third_party/pyftpdlib/doc/release-notes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698