- Before opening any scene, go to ManimGL directory1 and open Command Prompt. Create a virtual environment via:
virtualenv mgl
.\mgl\Scripts\activate
pip freeze
- To open any scene, apply the following command2:
manimgl FILENAME.py SCENENAME
Footnotes
-
Current Version: Using the 3B1B's ManimGL 1.3.0 with Python 3.9.9. Installation info is here. ↩
-
FILENAME.py represents any python file, SCENENAME represents the scene wished to play ↩