From a24b083e42b137a667c840fada704934209256d7 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Wed, 29 Mar 2017 23:18:29 -0500 Subject: [PATCH] updated readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c0dafdc..a65c5ba 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ apt install freetype-dev Now setup your python environment with your favorite packages. ``` -pip install pandas matplotlib seaborn bottle +pip install pandas matplotlib bottle ```