diff options
Diffstat (limited to 'libraries/matplotlib/README')
-rw-r--r-- | libraries/matplotlib/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libraries/matplotlib/README b/libraries/matplotlib/README index 49254b4a548db..b980be8ab23fc 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. |