diff options
author | tarek <none@none> | 2009-11-01 13:59:13 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-11-01 13:59:13 +0100 |
commit | 8f0323993c18365d2ca04e1f05aa39b829fb1267 (patch) | |
tree | 4276c93b677aabef4b5cc57e5d6a759ae390f198 | |
parent | a5c7e0b5256ce53c49dabfe709b37f9644630b96 (diff) | |
download | external_python_setuptools-8f0323993c18365d2ca04e1f05aa39b829fb1267.tar.gz external_python_setuptools-8f0323993c18365d2ca04e1f05aa39b829fb1267.tar.bz2 external_python_setuptools-8f0323993c18365d2ca04e1f05aa39b829fb1267.zip |
added the dev link with the #egg fragment0.6.7
--HG--
branch : distribute
extra : rebase_source : 2d2044baa9ec0083be1eadd1c664dde576e72447
-rwxr-xr-x | README.txt | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -93,8 +93,14 @@ easy_install or pip Run easy_install or pip:: - $ easy_install Distribute - $ pip install Distribute + $ easy_install -U distribute + $ pip install distribute + +If you want to install the latest dev version, you can also run:: + + $ easy_install -U distribute==dev + +This will get the latest development version at: http://bitbucket.org/tarek/distribute/get/0.6-maintenance.zip#egg=distribute-dev Source installation =================== |