summaryrefslogtreecommitdiffstats
path: root/development/python3-matplotlib/README
diff options
context:
space:
mode:
author Serban Udrea <S.Udrea@gsi.de>2019-02-08 21:00:12 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-08 21:00:12 +0700
commitfc89479b7dd1cc0b634564e65b28f3620da0ee5a (patch)
tree50ac3e7d40569d80255edd541c21dac18d241fe5 /development/python3-matplotlib/README
parentc727d5885850011669035bdb3a51dc9383c39258 (diff)
downloadslackbuilds-fc89479b7dd1cc0b634564e65b28f3620da0ee5a.tar.gz
slackbuilds-fc89479b7dd1cc0b634564e65b28f3620da0ee5a.tar.xz
development/python3-matplotlib: Updated for version 2.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-matplotlib/README')
-rw-r--r--development/python3-matplotlib/README22
1 files changed, 11 insertions, 11 deletions
diff --git a/development/python3-matplotlib/README b/development/python3-matplotlib/README
index e63b687d8e..b9180f8ab9 100644
--- a/development/python3-matplotlib/README
+++ b/development/python3-matplotlib/README
@@ -7,15 +7,15 @@ of ipython uses matplotlib to emulate matlab graphics.
This is the Python 3 version of matplotlib and can coexist with
SBo's matplotlib package.
-NOTES: 1 - If you want to enable the optional subpackages tests
- and toolkits_tests you need to install Python 3
- versions of nose and mock before matplotlib. THESE
- AREN'T YET AVAILABLE AS SLACKBUILDS!
- 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.
+OPTIONAL DEPENDENCIES: python3-PyQt5, wxPython4, python3-pytest, ffmpeg,
+ avconv, Inkscape
- 2 - pytz dependency must be compiled with Python 3 support.
+
+NOTES: If you want to enable the optional subpackages tests and
+ toolkits_tests you need to set the variable ENABLE_TESTS
+ to "yes" when executing the SlackBuild and make sure that
+ python3-pytest, ffmpeg, avconv and Inkscape are already
+ installed. Besides ffmpeg/avconv are also needed if you
+ wish better support of animation output formats.
+
+ The pytz dependency must be compiled with Python 3 support.