From f9e55465d73a34c5ac7c17ee08ca853e771ab647 Mon Sep 17 00:00:00 2001 From: staticor Date: Mon, 31 Oct 2016 14:39:30 +0800 Subject: [PATCH] fix readme. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 16c2a9a..11b4fc2 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,14 @@ The code is organized into subfolders by translation project. The projects so fa ## Python and library versions: The code is written for Python 2.7. Third party libraries used in projects are: - - Numpy 1.7.0h2 - - Scipy 0.11.0 - - matplotlib 1.1.2 - - pandas 0.9.1 - - statsmodels 0.5.0 (dev) - - NLTK 2.0.4 - - scikit-learn 0.12.1 + +- Numpy 1.7.0h2 +- Scipy 0.11.0 +- matplotlib 1.1.2 +- pandas 0.9.1 +- statsmodels 0.5.0 (dev) +- NLTK 2.0.4 +- scikit-learn 0.12.1 I'm also using IPython 0.13 to create the IPython notebooks.