From 6ba96f52a19eab10803dae5aa15c7f6f70b40fd6 Mon Sep 17 00:00:00 2001 From: zolotarov Date: Mon, 14 Apr 2014 23:13:49 -0400 Subject: [PATCH] Added pip installation command pip wasn't available on the VM and all the `pip install` commands returned an error. --- mrnaseq/installing-blastkit.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mrnaseq/installing-blastkit.txt b/mrnaseq/installing-blastkit.txt index e7330fe..e3e85f9 100644 --- a/mrnaseq/installing-blastkit.txt +++ b/mrnaseq/installing-blastkit.txt @@ -12,6 +12,7 @@ Installing blastkit Installing some prerequisites: :: + apt-get -y install python-pip pip install pygr pip install whoosh pip install Pillow