Adding matplotlib to requirements.txt and adjusting installation instructions.
Change-Id: I7a39394623b9955f1aab30dc0881fdb6858b1c0e
This commit is contained in:
parent
3db7b88572
commit
bd6c06c205
@ -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
|
||||
```
|
||||
|
@ -1,4 +1,5 @@
|
||||
ansible
|
||||
matplotlib
|
||||
|
||||
# For pbench-agent compatibility:
|
||||
configtools
|
||||
|
Loading…
Reference in New Issue
Block a user