aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
===================