Closed
Description
Originally posted by @eulertour in #9 (comment)
Basically something to dry-run a Scene, ensure that the bare minimum to render successfully is actually installed, and give a helpful error like LaTeX/FFmpeg isn't installed, media directory isn't writable, etc.
Having done this, the correct way to install manim would be pip install manim
, and then pytest test_install.py
. (Or the equivalent in the testing library that we end up using.)
This would flag issues about system dependencies such as latex, ffmpeg, etc.