Commit cbccc4ea authored by PJ Eby's avatar PJ Eby

Remove broken example.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041225
parent ba116dd3
...@@ -77,7 +77,7 @@ version, and automatically downloading, building, and installing it:: ...@@ -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 **Example 2**. Install or upgrade a package by name and version by finding
links on a given "download page":: 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, **Example 3**. Download a source distribution from a specified URL,
automatically building and installing it:: automatically building and installing it::
...@@ -107,8 +107,6 @@ and Viewing Source Packages`_ below for more info.):: ...@@ -107,8 +107,6 @@ and Viewing Source Packages`_ below for more info.)::
easy_install --editable --build-directory ~/projects SQLObject easy_install --editable --build-directory ~/projects SQLObject
Note:
Easy Install accepts URLs, filenames, PyPI package names (i.e., ``distutils`` Easy Install accepts URLs, filenames, PyPI package names (i.e., ``distutils``
"distribution" names), and package+version specifiers. In each case, it will "distribution" names), and package+version specifiers. In each case, it will
attempt to locate the latest available version that meets your criteria. attempt to locate the latest available version that meets your criteria.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment