From bd6c06c2054eb1d498d665a065fe5d849ca7cd66 Mon Sep 17 00:00:00 2001 From: Alex Krzos Date: Wed, 9 Dec 2015 09:29:00 -0500 Subject: [PATCH] Adding matplotlib to requirements.txt and adjusting installation instructions. Change-Id: I7a39394623b9955f1aab30dc0881fdb6858b1c0e --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index de497a02d..358a5f9a3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ $ glance image-create --name centos7 --disk-format=qcow2 --container-format=bare $ glance image-update centos7 --is-public true $ . ~stack/stackrc $ cd browbeat +$ sudo yum install -y freetype-devel libpng-devel $ sudo pip install -Ur requirements.txt $ ./browbeat.sh test01 ``` diff --git a/requirements.txt b/requirements.txt index b5ada70bf..e99c3ff14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ ansible +matplotlib # For pbench-agent compatibility: configtools