A) Link 1: Installing VS Code https://code.visualstudio.com/download B) Installing Python C) Command 1: Installing Chocolatey (Run as Administrator) Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) D) Command 2: Installing Manim choco install manimce E) Installing Manim Sideview Extension