Installation docs.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 18 Feb 2010 08:10:31 +0000 (00:10 -0800)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 18 Feb 2010 08:10:31 +0000 (00:10 -0800)
README.txt

index 35bef84..c1f9236 100644 (file)
@@ -1,42 +1,5 @@
 This module is unsuitable for real-world use at this time.
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 pycollate - Collation algorithms for Python
 -------------------------------------------
 
@@ -55,18 +18,22 @@ pycollate also provides tools to perform word-wise and numeric sorts.
 
 pycollate, as with all Unicode collation tools, is a work in progress.
 
+Installing
+----------
+$ sudo apt-get install python-pyrex libicu-dev
+$ ./setup.py build
+$ sudo ./setup.py install
+
 Example
 -------
 import collate
 strings = file("contents.txt").read().decode("utf-8").splitlines()
 strings.sort(key=collate.key)
-# Equivalently but slower,
-strings.sort(cmp=collate.cmp)
 
 License
 -------
 
-icu/_ucol.pyx:
+icu/_icu.pyx:
 
 Copyright (c) 2004 Zope Corporation and Contributors.
 All Rights Reserved.