Adding matplotlib to requirements.txt and adjusting installation instructions.

Change-Id: I7a39394623b9955f1aab30dc0881fdb6858b1c0e
This commit is contained in:
Alex Krzos 2015-12-09 09:29:00 -05:00
parent 3db7b88572
commit bd6c06c205
2 changed files with 2 additions and 0 deletions

View File

@ -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
```

View File

@ -1,4 +1,5 @@
ansible
matplotlib
# For pbench-agent compatibility:
configtools