Skip to content

Files

Latest commit

f78f912 · Feb 24, 2022

History

History
18 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 656 Bytes

MyManim - General Information

  1. Before opening any scene, go to ManimGL directory1 and open Command Prompt. Create a virtual environment via:
virtualenv mgl
.\mgl\Scripts\activate
pip freeze
  1. To open any scene, apply the following command2:
manimgl FILENAME.py SCENENAME

Footnotes

  1. Current Version: Using the 3B1B's ManimGL 1.3.0 with Python 3.9.9. Installation info is here.

  2. FILENAME.py represents any python file, SCENENAME represents the scene wished to play