From d49384916e746d7acd548dc1ea28607721b77012 Mon Sep 17 00:00:00 2001 From: wyleung <w.y.leung@e-sensei.nl> Date: Mon, 7 Jul 2014 17:01:22 +0200 Subject: [PATCH] Last few changes to the INSTALL.md --- INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9b193c4..42aa887 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,7 +8,7 @@ packages installed. Linux ----- -We assume Ubuntu (12.04 Quantal Quetzal or later) or Debian Linux (7.0 Wheezy +We assume Ubuntu (12.10 Quantal Quetzal or later) or Debian Linux (7.0 Wheezy or later), but if you manage to install everything on a different flavour that's also fine. @@ -56,6 +56,8 @@ Install some of the other package we'll use: pip install numpy pip install matplotlib pip install biopython + pip install pandas==0.14.0 + pip install openpyxl==2.0.4 Define a default matplotlib backend: @@ -110,3 +112,6 @@ Install some of the other package we'll use: pip install numpy pip install matplotlib pip install biopython + pip install pandas==0.14.0 + pip install openpyxl==2.0.4 + -- GitLab