To run this project, ensure you have Python and Manim Community Edition installed on your system. Follow the steps below to set up the environment.
- Clone the Repository
git clone https://github.com/rajeshpillai/manim-experiments.git
cd manim-experiments
- Set Up a Virtual Environment It's recommended to use a virtual environment to manage dependencies.
python3 -m venv venv
source venv/bin/activate
- Install Dependencies Upgrade pip and install Manim along with other necessary packages.
pip install --upgrade pip
pip install -r requirements.txt
If you encounter issues with LaTeX installation, refer to the Manim Documentation for guidance.