OCR-A-Level-Computing-Lesson slideshows with real code
Install the base Python environment with:
pip install -r requirements.txtThe Manim slideshow notebook also needs Manim plus native Linux libraries. On Ubuntu/Debian, install them first with:
sudo apt-get install libcairo2-dev libpango1.0-dev ffmpeg pkg-config
pip install manim