[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.32, 1.33

pje@users.sourceforge.net pje at users.sourceforge.net
Sun Jul 10 17:24:15 CEST 2005


Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3647

Modified Files:
	EasyInstall.txt 
Log Message:
Add an example of using the new "directory w/setup.py" feature


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- EasyInstall.txt	10 Jul 2005 05:06:30 -0000	1.32
+++ EasyInstall.txt	10 Jul 2005 15:24:12 -0000	1.33
@@ -86,6 +86,11 @@
 
     easy_install --upgrade PyProtocols
 
+**Example 6**.  Install a source distribution that's already downloaded and
+extracted in the current directory (New in 0.5a9)::
+
+    easy_install .
+
 Easy Install accepts URLs, filenames, PyPI package names (i.e., ``distutils``
 "distribution" names), and package+version specifiers.  In each case, it will
 attempt to locate the latest available version that meets your criteria.



More information about the Python-checkins mailing list