summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-05-20 11:20:10 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-05-20 11:20:10 +0200
commitbc9201e78320bb82c22403cf339fd28d74c3b794 (patch)
tree50f4bcdd6ff2a60f982a8390a84b109b120d5b2a
parent4d8e011eb64b5d9d7f45a0ae88ee1cc310750880 (diff)
downloadtrollius-bc9201e78320bb82c22403cf339fd28d74c3b794.tar.gz
Update README
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 3741c9f..0f45906 100644
--- a/README
+++ b/README
@@ -2,14 +2,8 @@ Trollius is a portage of the Tulip project (asyncio module, PEP 3156) on Python
2. Trollius works on Python 2.6-3.4. It has been tested on Windows, Linux,
Mac OS X, FreeBSD and OpenIndiana.
-* Website: https://bitbucket.org/enovance/trollius
-* Documentation: http://trollius.readthedocs.org/
+* Trollius website and documentation: http://trollius.readthedocs.org/
* Tulip project: http://code.google.com/p/tulip/
* Copyright/license: Open source, Apache 2.0. Enjoy.
-WARNING: Trollius code is in the "trollius" branch of the Mercurial repository,
-not in the default branch (which is the Tulip project). Command to download
-the development version of the source code (trollius branch):
-
- hg clone 'https://bitbucket.org/enovance/trollius#trollius'
-
+See the "doc" subdirectory for more information.