From 1d481414a2fa8505a2591c88e2b7b8f86a682ca2 Mon Sep 17 00:00:00 2001 From: Victor Chahuneau Date: Fri, 27 Jul 2012 22:25:15 -0400 Subject: [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 --- python/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'python/README.md') 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) -- cgit v1.2.3