summaryrefslogtreecommitdiff
path: root/python/README.md
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-27 22:25:15 -0400
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-27 22:25:15 -0400
commit1d481414a2fa8505a2591c88e2b7b8f86a682ca2 (patch)
treeed5e9dff569d89da453578ce3d109991623d9303 /python/README.md
parentb317e0efd2398d75d70e027bb1e2cf442e683981 (diff)
[python] conversion from cdec.sa.Rule to cdec.TRule
+ remove configobj dependency + re-structure packages (no more top-level library) + "const" stuff + use __new__ instead of constructor for some objects
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/README.md b/python/README.md
index 1ddb61a9..da9f9387 100644
--- a/python/README.md
+++ b/python/README.md
@@ -2,10 +2,6 @@ pycdec is a Python interface to cdec
## Installation
-pycdec depends on the configobj module:
-
- pip install configobj
-
Build and install pycdec:
python setup.py install
@@ -30,4 +26,4 @@ More documentation will come as the API becomes stable.
---
-pycdec was contributed by [Victor Chahuneau](http://victor.chahuneau.fr) \ No newline at end of file
+pycdec was contributed by [Victor Chahuneau](http://victor.chahuneau.fr)