summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2011-08-05 19:10:01 +0200
committerGael Pasgrimaud <gael@gawel.org>2011-08-05 19:10:01 +0200
commitc3c3bc8f965eeeb36d097bc54b38a8910496fca6 (patch)
treef0c70caffade23b0eb6ee53ef2a2b6cade172076 /docs
parent1c8760b4a473d2a0cd6861ee1ce151192dc2effd (diff)
downloadwebtest-c3c3bc8f965eeeb36d097bc54b38a8910496fca6.tar.gz
note about installation1.2.4
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 130e404..595454f 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -30,11 +30,23 @@ Feedback and discussion should take place on the `Paste list
This library is licensed under an `MIT-style license <license.html>`_.
-WebTest is in an mercurial repository at `http://bitbucket.org/ianb/webtest
+WebTest is in a mercurial repository at `http://bitbucket.org/ianb/webtest
<https://bitbucket.org/ianb/webtest>`_. You can check it out with::
$ hg clone https://bitbucket.org/ianb/webtest WebTest
+Installation
+============
+
+You can use pip or easy_install to get the latest stable release::
+
+ $ pip install WebTest
+ $ easy_install WebTest
+
+Or if you want the development version::
+
+ $ pip install "http://bitbucket.org/ianb/webtest/get/tip.tar.gz#egg=WebTest"
+
What This Does
==============