aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarek <none@none>2009-11-01 13:59:13 +0100
committertarek <none@none>2009-11-01 13:59:13 +0100
commit8f0323993c18365d2ca04e1f05aa39b829fb1267 (patch)
tree4276c93b677aabef4b5cc57e5d6a759ae390f198
parenta5c7e0b5256ce53c49dabfe709b37f9644630b96 (diff)
downloadexternal_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-xREADME.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 09c547b4..b4092957 100755
--- a/README.txt
+++ b/README.txt
@@ -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
===================