diff options
author | PJ Eby <distutils-sig@python.org> | 2005-08-22 03:53:42 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-08-22 03:53:42 +0000 |
commit | cbccc4eafde18db71a6dc6a23ec0d39c582655d3 (patch) | |
tree | cb3427c2e74819ab3e450540d45d4c428f60a049 | |
parent | ba116dd30edfaf0e2feabaa01e0adb643235743a (diff) | |
download | external_python_setuptools-cbccc4eafde18db71a6dc6a23ec0d39c582655d3.tar.gz external_python_setuptools-cbccc4eafde18db71a6dc6a23ec0d39c582655d3.tar.bz2 external_python_setuptools-cbccc4eafde18db71a6dc6a23ec0d39c582655d3.zip |
Remove broken example.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041225
-rwxr-xr-x | EasyInstall.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 84f30a63..c310bd88 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -77,7 +77,7 @@ version, and automatically downloading, building, and installing it:: **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 @@ and Viewing Source Packages`_ below for more info.):: 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. |