-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
enhancementAdditions and improvements in generalAdditions and improvements in general
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.
Metadata
Metadata
Assignees
Labels
enhancementAdditions and improvements in generalAdditions and improvements in general