From 752416297d067265d9b3f1fa222b9d207d917960 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Mon, 7 Mar 2016 09:32:12 +0000 Subject: [PATCH] README.md: add python-nose dependency python-nose is necessary for running nosetests. close #64 Signed-off-by: Michele Di Giorgio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a2229b6..289b29d85 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Debian system. ##### Install required python packages - $ sudo apt-get install python-matplotlib python-numpy libfreetype6-dev libpng12-dev + $ sudo apt-get install python-matplotlib python-numpy libfreetype6-dev libpng12-dev python-nose ##### Install the Python package manager -- GitLab