[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.54, 1.55

pje@users.sourceforge.net pje at users.sourceforge.net
Mon Aug 22 05:53:52 CEST 2005


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

Modified Files:
	EasyInstall.txt 
Log Message:
Remove broken example.


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- EasyInstall.txt	22 Aug 2005 03:50:19 -0000	1.54
+++ EasyInstall.txt	22 Aug 2005 03:53:42 -0000	1.55
@@ -77,7 +77,7 @@
 **Example 2**. Install or upgrade a package by name and version by finding
 links on a given "download page"::
 
-    easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.6a1"
+    easy_install -f http://pythonpaste.org/package_index.html SQLObject
 
 **Example 3**. Download a source distribution from a specified URL,
 automatically building and installing it::
@@ -107,8 +107,6 @@
 
     easy_install --editable --build-directory ~/projects SQLObject
 
-Note:
-
 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