From a7779c72959f70acf478f54572555433432031b6 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Fri, 20 Apr 2018 15:34:55 +0200 Subject: [PATCH] Ensure list displays as such GitHub updated their MD processor at some point. --- 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.