summaryrefslogtreecommitdiffstats
path: root/libraries/matplotlib/README
diff options
context:
space:
mode:
author Serban Udrea2018-11-02 16:03:28 +0100
committer Willy Sudiarto Raharjo2018-11-03 01:45:01 +0100
commit257c9023f2f89860a2413b9b114b766b7e217215 (patch)
tree04f37937b56137d555ed5695cf019620f202f386 /libraries/matplotlib/README
parentef9b4f99c70a8d95cc707a2ee6576b372caf5920 (diff)
downloadslackbuilds-257c9023f2f89860a2413b9b114b766b7e217215.tar.gz
libraries/matplotlib: Updated for version 2.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/matplotlib/README')
-rw-r--r--libraries/matplotlib/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/libraries/matplotlib/README b/libraries/matplotlib/README
index 49254b4a54..b980be8ab2 100644
--- a/libraries/matplotlib/README
+++ b/libraries/matplotlib/README
@@ -4,11 +4,11 @@ development and web application servers targeting multiple user
interfaces and hardcopy output formats. The 'pylab' mode
of ipython uses matplotlib to emulate matlab graphics.
+OPTIONAL DEPENDENCIES: pytest, mock, ffmpeg/avconv, Inkscape
+
NOTES: If you want to enable the optional subpackages tests and
- toolkits_tests you need to install nose and mock before
- matplotlib.
- To enable the above mentioned subpackages you have to set
- the variables DISABLE_TESTS and DISABLE_TK_TESTS respectively
- to "no".
- toolkits_tests doesn't get installed, if test and/or toolkits
- are disabled. The installation of toolkits is done automatically.
+ toolkits_tests you need to set the variable ENABLE_TESTS
+ to "yes" and make sure that pytest, mock, ffmpeg/avconv
+ and Inkscape are already installed. Besides ffmpeg/avconv
+ are also needed if you wish better support of animation
+ output formats.