Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test_script:

# this are optional dependencies so that we don't skip so many tests...
- if x%TEST_ALL% == xyes conda install -q ffmpeg inkscape miktex
# missing packages on conda-forge for avconv imagemagick
# missing packages on conda-forge for imagemagick
# This install sometimes failed randomly :-(
#- choco install imagemagick

Expand Down
3 changes: 1 addition & 2 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ optional Matplotlib backends and the capabilities they provide.
For better support of animation output format and image file formats, LaTeX,
etc., you can install the following:

* `ffmpeg <https://www.ffmpeg.org/>`_/`avconv
<https://libav.org/avconv.html>`_: for saving movies;
* `ffmpeg <https://www.ffmpeg.org/>`_: for saving movies;
* `ImageMagick <https://www.imagemagick.org/script/index.php>`_: for saving
animated gifs;
* `LaTeX <https://miktex.org/>`_ and `GhostScript (>=9.0)
Expand Down