diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-07-10 15:24:12 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-07-10 15:24:12 +0000 |
| commit | 7922a815d08c4a5ac975e785aad90c3f4c6eaabb (patch) | |
| tree | 9f025df033c4b51ef65e4f8b3b681eb5754ac6bc | |
| parent | 2910820047f53c25184d0e0e1ae6611fb286d5c6 (diff) | |
| download | python-setuptools-git-7922a815d08c4a5ac975e785aad90c3f4c6eaabb.tar.gz | |
Add an example of using the new "directory w/setup.py" feature
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041112
| -rwxr-xr-x | EasyInstall.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 5d805aa4..6c9d1079 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -86,6 +86,11 @@ listed on PyPI:: 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. |
