From 6bec087a8270e960e9059e2c2eec99eb5d456245 Mon Sep 17 00:00:00 2001 From: "Joses W. Ho" Date: Thu, 7 Dec 2017 18:33:36 +0800 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0561a945..b21dc672 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,14 @@ DABEST is a package for **D**ata **A**nalysis using **B**ootstrapped **EST**imat Python 3.6 is strongly recommended, although this has been tested with Python 2.7 and Python 3.5. -In addition, the following packages are also required: matplotlib (2.0.2), seaborn (0.8), numpy (1.13.1), scipy (0.19.1), and pandas (0.20.3). To obtain these package dependencies easily, it is highly recommended to download the Anaconda distribution of Python from [https://www.continuum.io/downloads](https://www.continuum.io/downloads). +In addition, the following packages are also required: +- matplotlib (2.0.2) +- seaborn (0.8) +- numpy (1.13.1) +- scipy (0.19.1) +- pandas (0.20.3). + +To obtain these package dependencies easily, it is highly recommended to download the Anaconda distribution of Python from [https://www.continuum.io/downloads](https://www.continuum.io/downloads). ## Installation