diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2011-08-05 19:10:01 +0200 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2011-08-05 19:10:01 +0200 |
| commit | c3c3bc8f965eeeb36d097bc54b38a8910496fca6 (patch) | |
| tree | f0c70caffade23b0eb6ee53ef2a2b6cade172076 /docs | |
| parent | 1c8760b4a473d2a0cd6861ee1ce151192dc2effd (diff) | |
| download | webtest-c3c3bc8f965eeeb36d097bc54b38a8910496fca6.tar.gz | |
note about installation1.2.4
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.txt | 14 |
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 ============== |
